Using Maps (V1) in your application
Important
This page documents the previous Maps API (V1). Use it only for existing applications. The Maps V2 API is the latest version. Use it for all new applications; see the latest Amazon Location Service Maps developer guide.
The latest operations are GetTile, GetStyleDescriptor,
GetStaticMap, GetSprites, and GetGlyphs.
These operations are under the geo-maps namespace. They are exposed as
@aws-sdk/client-geo-maps for JavaScript and
boto3.client('geo-maps') for Python.
The map resources and tutorials described below are previous-generation. Use them only for existing applications.
Amazon Location maps are cost-effective and interactive. You can replace an existing map in your application to save money, or add a new one to display location-based data visually, such as your store location.
Amazon Location Service lets you choose a data provider for map operations by creating and configuring a map resource. The map resource configures the data provider and the style that is used to render the map.
After you create your resource, you can send requests by using the AWS SDK directly, or by using a library made specifically for rendering maps in your environment.
Note
For an overview of map concepts, see Maps (V1) concepts.