Location Services
Location Management: Create List
Create a list of locations that can be used with our Distance Finder endpoint.
View the APILocation Management: Delete List or Point
Delete a list of locations or a particular location within that list.
View the APILocation Management: Update List or Point
Update a list of locations or a particular location within that list.
View the APILocation Management: Get List
Get a list of locations to see the details of that list and the locations within it.
View the APIGeocoding Typeahead
The Geocoding Typeahead API uses a text search to suggest Town, City, State and Postcode/ZIP Codes. When one of these is selected by the end user, a subsequent request (using the associated address ID) can be made to retrieve the latitude and longitude for the location.
View the APIGlobal Geocoding
The Global Geocoding API takes an input of one or more address strings and returns latitude and longitudes for the given locations. It can also be used for reverse geocoding, returning addresses that are close to a given set of latitude and longitude co-ordinates.
View the APIGlobal Distance Finder
The Global Distance Finder API takes an input of an origin location and one or more destination locations, and returns road-based distance and travel times for each of them.
View the APIMapping
The Map Tile API takes an input of your Loqate key and returns a Signed URL that will allow you to visually represent the output from the Distance Finder API on a map.
View the API