Reverse Geocoding

Find places or addresses near a longitude/latitude pair

Url

Method: GET

  https://maps.track-asia.com/api/v1/reverse

Example

https://maps.track-asia.com/api/v1/reverse?lang=vi&point.lon=106.70378716390763&point.lat=10.734685744457877&key=public_key
https://maps.track-asia.com/api/v1/reverse?lang=vi&point.lon=106.70378716390763&point.lat=10.734685744457877&size=5&boundary.circle.radius=0.05&key=public_key

Parameters

ParameterValuesDescriptionExample
langTarget languageThe target language code in the BCP47 standard. Only the language subtag information is used to set the target language e.g. envi
sizeNumberThe number of results returned5
point.lat{latitude} (required)Latitude to focus search based on geographic area10.734685744457877
point.lon{longitude} (required)Longitude to focus search based a geographical area106.70378716390763
boundary.circle.radiusFloating point numberDistance radius (kilometer)0.05
keyString (required)API keypublic_key