Searching place and geolocation data using Amazon Location - Amazon Location Service

Searching place and geolocation data using Amazon Location

Amazon Location includes the ability to search the geolocation, or place, data of your chosen provider. There are several kinds of searching available.

  • Geocoding – Geocoding is the process of searching for addresses, regions, business names, or other points of interest, based on text input. It returns details and the location (in latitude and longitude) of the results found.

  • Reverse geocoding – Reverse geocoding allows you to find places near a given location.

  • Autocomplete – Autocomplete is the process of making automatic suggestions as the user types in a query. For example, if they type Par one suggestion might be Paris, France.

Amazon Location lets you choose a data provider for place search operations by creating and configuring a place index resource.

Once you create your resource, you can send requests using the AWS SDK for your preferred language, Amplify, or the REST API endpoints. You can use data from the response to mark locations on a map, enrich position data, and to convert positions into human-readable text.

Note

For an overview of searching place concepts, see Places search.