Distance
Get a distance for given coordinates
getDistance
Returns the distance in meter between 2 or more coordinates.
Parameter
Required Parameter | Description | Type |
coordinates | Array of latitude/longitude. The array must contain at least 2 coordinates. | JSON Array |
Example
Return
Distance value in the meter.
Last updated