How to use Amazon Location SDK and libraries - Amazon Location Service

How to use Amazon Location SDK and libraries

The Amazon Location SDK is a set of open source libraries that provide useful functionality for developing Amazon Location applications. The following functionality is included:

  • Amazon Location client – The Amazon Location objects in the AWS SDK v3 are bundled and packaged for ease of use in web development.

  • Authentication – The authentication utility simplifies the authentication (using Amazon Cognito or API keys) when building a web page, JavaScript, iOS, or Android application for Amazon Location Service.

  • Tracking – The mobile tracking SDKs are available for iOS and Android. This SDK makes it easier for mobile applications to interact with Amazon Location Trackers.

  • Amazon Location GeoJSON functions – The GeoJSON conversion utilities make it easy to convert between the industry-standard GeoJSON formatted data, and the Amazon Location API formats.

The Amazon Location SDK is a set of functions that can make using the Amazon Location Service in an application simpler. You can install and import these functions into your JavaScript application. The following sections describe the Amazon Location client, and the authentication and GeoJSON helper libraries.