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 geographic coordinates from a full or partial address. To make a request to the Geocode API, you must send the request using the POS [...]
The purpose of this second endpoint, Reverse Geocode, is to return information about the address from its coordinates. To make the request for Reverse Geocode, you must send the re [...]
The complete response can be checked below: The purpose of this third endpoint, Suggestions, is to return the geographic coordinates from an address provided in the URL itself. To [...]
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 [...]
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 [...]