Reverse Geocoding
Find places or addresses near a longitude/latitude pair
Url
Method: GET
https://sg-maps.track-asia.com/api/v1/reverse
Example
https://sg-maps.track-asia.com/api/v1/reverse?lang=en&point.lat=1.442841&point.lon=103.791271&key=public_key
https://sg-maps.track-asia.com/api/v1/reverse?lang=en&point.lat=1.442841&point.lon=103.791271&size=5&boundary.circle.radius=0.05&key=public_key
Parameters
Parameter | Values | Description | Example |
---|---|---|---|
lang | Target language | The target language code in the BCP47 standard. Only the language subtag information is used to set the target language e.g. en | en |
size | Number | The number of results returned | 5 |
point.lat | {latitude} (required) | Latitude to focus search based on geographic area | 1.442841 |
point.lon | {longitude} (required) | Longitude to focus search based a geographical area | 103.791271 |
boundary.circle.radius | Floating point number | Distance radius (kilometer) | 0.05 |
key | String (required) | API key | public_key |