README.md
This algorithm finds the center (or mid) point for an array of Lat/Long positions.
Input:
[{"Latitude": 1.0,"Longitude": 2.0},{"Latitude": 3.0,"Longitude": 4.0}]
Output:
{"Latitude":2.0003044085023722,"Longitude":2.999390393801055}
This algorithm finds the center (or mid) point for an array of Lat/Long positions.
Input:
[{"Latitude": 1.0,"Longitude": 2.0},{"Latitude": 3.0,"Longitude": 4.0}]
Output: