v1
latestSwagger 2.02026-07-14211635.2 KBServices APIs
Calculate distance between lats/longs
This webservice is providing you the ability to calculate the distance between 2 lat/long points, it returns you the value in km or miles
get/distance
Query parameters
locationAstring required
The location as a latitude / longitude point ( ex. 67.85572,20.22513 ) of location point A
locationBstring required
The location as a latitude / longitude point ( ex. 67.85572,20.22513 ) of location point B
unit'kms' | 'miles'
The unit of length you want the elevation returned either meters or feet returned
Response
Success