Reverse
Convert geographic coordinates into addresses
Reverse geocoding uses latitude and longitude information to provide an address. An optional description of the zoom level provides information suitable for the OpenLayers room level.
See the API Key Issuance page for information on using keys.
Reverse Geocoding
GET
https://api.fatos.biz/nostra/api/geocoding/reverse
https://api.fatos.biz/nostra/api/geocoding/reverse?key=YOUR_API_KEY&format=json&lat=13.687091&lon=100.533239&zoom=18&addressdetails=1&accept-language=en
Query Parameters
Name
Type
Description
key
string
Your API Key.
lat
string
Y coordinate of the search target
lon
string
X coordinate of the search target
Last updated