Introduction
The Geocode Autocomplete API is a Restful API capable of returning coordinates (latitude and longitude) from an address or vice versa. With the Geocode Autocomplete API you can:
The Geocode Autocomplete API is a Restful API capable of returning coordinates (latitude and longitude) from an address or vice versa. With the Geocode Autocomplete API you can:
Before you can start using the API, you will need to obtain the authentication token. The following headers will be required, where the word token must be replaced by the token obt [...]
The purpose of this first endpoint is to return the geographical coordinates from a full or partial address. To make the request to the Geocode API you need to send the request usi [...]
The purpose of this second endpoint, Reverse Geocode, is to return information about the address from its coordinates. To make the request to Reverse Geocode you need to send the r [...]
The purpose of this third endpoint, Suggestions, is to return the geographical coordinates from an address provided in the URL itself. To make the request to Suggestions you need t [...]
The purpose of this last endpoint is to return geographical coordinates from multiple addresses, either complete or partial. To make the request to Multi Geocode you need to send t [...]
This function is currently only available in Brazil. With the Geocode API you can get a list of cities in the state you want. To do this, you need to make a POST request to the fol [...]
Below is the table with the status codes for each endpoint available in the Geocode API: Code Method Endpoints Description 200 POST https://api.maplink.global/geocode/v1/geocodehtt [...]