Drawing data features on a map - Amazon Location Service

Drawing data features on a map

After you have an application that renders a map, using Amplify, MapLibre, or Tangram to render the map, a natural next step is to draw features on top of the map. For example, you might want to render your customer locations as markers on the map.

In general, you can use the Places search functions to find locations from your data, and then use the functionality of Amplify, MapLibre, or Tangram to render the locations.

To see samples of rendering different types of objects on map, see the following MapLibre samples:

For more samples and tutorials, see Code examples and tutorials for working with Amazon Location Service.