API DOCUMENTATION
API DOCUMENTATION
Reverse geocoding uses latitude and longitude information to provide address. optional description of the zoom level provides information suitable for the openlayers room level
get
https://maps.fatos.biz/fatos/api/geocoding/reverse?(query string)
Required Parameter | Description |
---|---|
key | Your API Key,See the API Key Issuance page for information on using keys. |
lat | Y coordinate of search target |
lon | X coordinate of search target |
https://maps.fatos.biz/fatos/api/geocoding/reverse?key=(Your API Key)&lat=1.27836264&lon=103.8029343
{ "lat": "1.27836263535848", "lon": "103.802934312811", "display_name": "Alexandra Road, Alexandra, Sentosa Cove, Southwest, 119578, Singapore", "address": { "road": "Alexandra Road", "county": "Southwest", "postcode": "119578", "country": "Singapore", "country_code": "sg" }, }
…omit…
display_name(using value) Detailed address corresponding to the search coordinate
address The street address in json format corresponding to the search coordinate
…omit…