

# Display a map in your application with Amazon Location
<a name="display-map"></a>

This section provides tutorials on how to use map rendering tools to display a map in your mobile or web application when using Amazon Location APIs. As mentioned in the [How to use Amazon Location Service](using-amazon-location.md) topic, you have a choice of libraries to use when rendering maps with Amazon Location, including Amplify, MapLibre, and Tangram.

Do one of the following to display a map in your application:
+ The most direct way to display a map in your web and mobile front end applications is to use MapLibre. You can follow the [MapLibre tutorials](tutorial-maplibre.md) or even the [Quick start tutorial](getting-started.md) to learn how to use MapLibre.
+ If you are an existing AWS Amplify developer, you may want to use the Amplify Geo SDK. To learn more, follow the [ Amplify tutorial](https://docs.aws.amazon.com/location/previous/developerguide/tutorial-map-amplify.html).
+ If you are an existing user of Tangram, and want to continue to use it to render your map, while moving to Amazon Location Service, follow the [Tangram tutorial](tutorial-tangram-js.md).

**Topics**
+ [Using the MapLibre library with Amazon Location Service](tutorial-maplibre.md)
+ [Using the Amplify library with Amazon Location Service](tutorial-map-amplify.md)
+ [Tutorial: using Tangram with Amazon Location Service](tutorial-tangram.md)