Reverse¶
Reverse geocoding is the process of converting geographic coordinates (latitude and longitude) into a human-readable address or place name. A Reverse API is a feature provided by MAPZONE that allows developers to perform reverse geocoding in their custom mapping applications. With a Reverse API, developers can take a set of coordinates as input and retrieve information such as the nearest address, city, or place name. This information can be used to provide context for the location on the map, or to perform further actions such as search and navigation.
URL¶
Method¶
GET
Parameters¶
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
lat | number | yes | Latitude of desired place | |
lon | number | yes | Longitude of desired place | |
radius | number | no | The radius of the search area (in meters) | |
categories | string | no | Provide full list of POI categories | the kind of place you want to find |