

# What is a data provider?
<a name="what-is-data-provider"></a>

Use Amazon Location Service to access geolocation resources from multiple data providers through your AWS account without requiring third-party contracts or integrations. This can help you focus on building your application, without having to manage third-party accounts, credentials, licenses, and billing.

The following Amazon Location services use data providers.
+ ****Maps**** – Choose styles from different map providers when you [create a map resource](https://docs.aws.amazon.com/location/previous/developerguide/using-maps.html). You can use map resources to build an interactive map to visualize data.
+ ****Places**** – Choose a data provider when you [create a place index resource](https://docs.aws.amazon.com/location/previous/developerguide/places-prerequisites.html#create-place-index-resource) to support queries for geocoding, reverse geocoding, and searches. 
+ ****Routes**** – Choose a data provider to support queries for route calculations in different geographies and applications when you [create a route calculator resource](https://docs.aws.amazon.com/location/previous/developerguide/routes-prerequisites.html#create-route-calculator-resource). With your chosen data provider, Amazon Location Service enables you to calculate routes based on up-to-date road network data, live traffic data, planned closures, and historic traffic patterns. 

Each provider gathers and curates their data using different means. They may also have varying expertise in different regions of the world. This section provides details about our data providers. You may select any data provider based on your preference.

Make sure you read the terms of conditions when using Amazon Location Service data providers. For more information, see the [AWS Service Terms](https://aws.amazon.com/service-terms/). Also see the [Data privacy](data-privacy.md) section for more information about how Amazon Location protects your privacy.

## Map styles
<a name="data-provider-map-styles"></a>

Each data provider provides a set of map styles to render the map data that they provide. For example a style might include satellite imagery, or might be optimized to show the roads for navigation. You can find the list and examples of the styles for each provider in the following topics.
+ [Esri map styles](esri.md#esri-map-styles)
+ [Grab map styles](grab.md#grab-map-styles)
+ [HERE map styles](HERE.md#HERE-map-styles)
+ [Open Data map styles](open-data.md#open-data-map-styles)

## More information about each data provider
<a name="data-provider-details"></a>

The following links provide more information about each data provider.
+ [Esri](esri.md)
+ [GrabMaps](grab.md)
+ [HERE Technologies](HERE.md)
+ [Open Data](open-data.md)

# Features by data provider
<a name="data-provider-features"></a>

This section describes the features available in Amazon Location Service, categorized by data provider.

The following table provides a high-level overview of the features.


| Data provider | Geographical coverage | Feature coverage | AWS Region | 
| --- | --- | --- | --- | 
| Esri | Global | Maps, Places, Routes | [All Regions](location-regions.md#available-regions) where Amazon Location is available. | 
| Grab | [Southeast Asia](grab.md#grab-coverage-area) | Maps, Places, Routes | Asia Pacific (Singapore), ap-southeast-1, only. | 
| HERE | Global | Maps, Places, Routes | [All Regions](location-regions.md#available-regions) where Amazon Location is available. | 
| Open Data | Global | Maps | [All Regions](location-regions.md#available-regions) where Amazon Location is available. | 

The following tabs show details within each feature area.

------
#### [ Map Features ]

The following table shows the map features by data provider. For more information about map concepts, see [Learn about Maps resources in Amazon Location Service](map-concepts.md).


| Data provider | Supported map types | Vector zoom levels | Raster zoom levels | 
| --- | --- | --- | --- | 
|  Esri  |  Vector Raster (imagery) For more information, see [Esri map styles](esri.md#esri-map-styles).  |  0-15  |  0-23  | 
|  Grab  |  Vector ([Southeast Asia](grab.md#grab-coverage-area) only) For more information, see [Grab map styles](grab.md#grab-map-styles).  |  0-14  |  none  | 
|  HERE  |  Vector Raster (imagery) Hybrid For more information, see [HERE map styles](HERE.md#HERE-map-styles).  |  1-17  |  0-19  | 
|  Open Data  |  Vector For more information, see [Open Data map styles](open-data.md#open-data-map-styles).  |  0-15  |  none  | 

**Note**  
Zoom levels represent the maximum and minimum settings, as defined in each provider's APIs. Different areas of the map may have different maximums; for example, ocean tiles may have fewer detailed zoom levels than areas in major cities.  
MapLibre (and other map rendering engines) allow you to set minimum and maximum zoom levels, and will also honor the data provider zoom levels in an area, so you do not have to write code to handle these discrepancies.

------
#### [ Places and Search ]

The following table shows the place and search features by data provider. For more information about place concepts, see [Learn about Places search in Amazon Location Service](places-concepts.md).


| Data provider | Geocoding | Reverse Geocoding | Autocomplete | GetPlace | 
| --- | --- | --- | --- | --- | 
|  Esri  |  All features, except: *   PlaceId*  |  All features, except: *   TimeZone* *   PlaceId*  |  All features  |  All features  | 
|  Grab  |  All features, except: *   unit type *    Categories not supported  |  All features  |  All features  |  All features, except: *   unit type* *   SubMunicipality*  | 
|  HERE  |  All features, except: *   unit number* *   unit type* *   relevance*    Additional [limitations on filtering](category-filtering.md#filter-limitations)  |  All features  |  All features  |  All features, except: *   unit number* *   unit type* *   SubMunicipality*  | 
|  Open Data  |  Not supported  |  Not supported  |  Not supported  |  Only supports: *   SubMunicipality*  | 

------
#### [ Route features ]

The following table shows the route features by data provider. For more information about route concepts, see [Learn about routing in Amazon Location Service](route-concepts.md). For more detailed descriptions of route matrix limitations, see [Restrictions on departure and destination positions](calculate-route-matrix.md#matrix-routing-position-limits).


| Data provider | Travel modes | Calculate route | Route matrix | 
| --- | --- | --- | --- | 
|  Esri  |  Car, Truck, Walking  |  Departure and destination must be within 400 km of each other. The total travel time can't be more than 400 minutes. ArrivalTime is not supported.  |  Up to 10 departure and destination positions.  Not supported in Korea. All departure and destination pairs must be within 400 km of each other.  | 
|  Grab  |  Car, Motorcycle. Walking and Bicycle in [selected cities](grab.md#grab-travel-mode-routes).  |  No distance limits.  |  Up to 350 departure and destination positions.  | 
|  HERE  |  Car, Truck, Walking  |  No distance limit. Routes that go more than 10 km outside a circle around the departure and destination positions will not be calculated.  |  Up to 350 departure and destination positions. All departure and destination positions must fall with a 180 km circle. Longer routes are supported, with [additional restrictions](calculate-route-matrix.md#matrix-routing-longer-routes).  | 
|  Open Data  |  Not supported  |  Not supported  |  Not supported  | 

------

Each data provider gathers and produces data in different ways. You can learn more about their coverage areas in the following topics:
+ [Coverage: Esri](esri.md#esri-places-coverage)
+ [Coverage: Grab](grab.md#grab-places-coverage)
+ [Coverage: HERE](HERE.md#HERE-places-coverage)
+ [Coverage: Open Data](open-data.md#open-data-places-coverage)

If you encounter a problem with the data and want to report an error to the data provider, see the following topics:
+ [Error reporting to Esri](esri.md#esri-support)
+ [Error reporting for GrabMaps data](grab.md#grab-support)
+ [Error reporting to HERE](HERE.md#HERE-support)
+ [Error reporting and contributing to Open Data](open-data.md#open-data-support)

# Esri
<a name="esri"></a>

Amazon Location Service uses Esri's location services to help AWS customers to use maps, geocode, and calculate routes effectively. Esri’s location services are built with high-quality, authoritative, and ready-to-use location data, curated by expert teams of cartographers, geographers, and demographers. 

For additional capability information, see [Esri](https://aws.amazon.com/location/data-providers/esri/) on *Amazon Location Service data providers*.

**Topics**
+ [Esri map styles](#esri-map-styles)
+ [Coverage: Esri](#esri-places-coverage)
+ [Terms of use and data attribution: Esri](#esri-terms)
+ [Error reporting to Esri](#esri-support)

## Esri map styles
<a name="esri-map-styles"></a>

Amazon Location Service supports the following Esri map styles when [creating a map resource](https://docs.aws.amazon.com/location/previous/developerguide/using-maps.html).

**Note**  
Esri map styles that are not listed in this section are not supported.

The Esri vector styles support alternate [Political views](map-concepts.md#political-views).

------
#### [ Esri Navigation ]

**Esri Navigation**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/EsriNav.png)


**Map style name**: `VectorEsriNavigation`

This map provides a detailed basemap for the world symbolized with a custom navigation map style that's designed for use during the day in mobile devices. 

This comprehensive street map includes highways, major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries. The vector tile layer in this map is built using the same data sources used for the World Street Map and other Esri basemaps. Enable the `POI` layer by setting it in [CustomLayers](https://docs.aws.amazon.com//location/previous/APIReference/API_MapConfiguration.html) to leverage the additional places data.

For more information, see [Esri World Navigation](https://www.arcgis.com/home/item.html?id=63c47b7177f946b49902c24129b87252) on the Esri website.

**Note**  
The`VectorEsriNavigation` map pictured above has the `POI` layer enabled.

**Fonts**

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Arial Italic
+ Arial Regular
+ Arial Bold
+ Arial Unicode MS Bold
+ Arial Unicode MS Regular

------
#### [ Esri Imagery ]

**Esri Imagery**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/EsriImagery.png)


**Map style name**: `RasterEsriImagery`

This map provides one meter or better satellite and aerial imagery in many parts of the world and lower resolution satellite imagery worldwide. 

The map includes 15m imagery at small and mid-scales (\$11:591M down to \$11:72k) and 2.5m SPOT Imagery (\$11:288k to \$11:72k) for the world. The map features 0.5m resolution imagery in the continental United States and parts of Western Europe from Maxar. This map features additional Maxar submeter imagery in many parts of the world. In other parts of the world, the GIS User Community has contributed imagery at different resolutions. In select communities, very high-resolution imagery (down to 0.03m) is available down to \$11:280 scale. 

For more information, see [Esri World Imagery](https://www.arcgis.com/home/item.html?id=10df2279f9684e4a9f6a7f08febac2a9) on the Esri website.

------
#### [ Esri Light ]

**Esri Light**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/EsriWorldTopo.png)


**Map style name**: `VectorEsriTopographic`

This provides a detailed basemap for the world symbolized with a classic Esri map style. This includes highways, major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries.

This basemap is compiled from a variety of authoritative sources from several data providers, including the US Geological Survey (USGS), US Environmental Protection Agency (EPA), US National Park Service (NPS), Food and Agriculture Organization of the United Nations (FAO), Department of Natural Resources Canada (NRCAN), HERE, and Esri. Data for select areas is sourced from OpenStreetMap contributors. Additionally, data is provided by the GIS community. 

**Fonts**

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Noto Sans Italic
+ Noto Sans Regular
+ Noto Sans Bold
+ Noto Serif Regular
+ Roboto Condensed Light Italic

------
#### [ Esri Light Gray Canvas ]

**Esri Light Gray Canvas**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/EsriLightGray.png)


**Map style name**: `VectorEsriLightGrayCanvas`

This map provides a detailed basemap for the world symbolized with a light gray, neutral background style with minimal colors, labels, and features that's designed to draw attention to your thematic content. 

This vector tile layer is built using the same data sources used for the Light Gray Canvas and other Esri basemaps. The map includes highways, major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries. 

For more information, see [Esri Light Gray Canvas](https://www.arcgis.com/home/item.html?id=c7e86d018d2945799cdc8e3dfbe30b43) on the Esri website.

**Fonts**

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Ubuntu Italic
+ Ubuntu Regular
+ Ubuntu Light
+ Ubuntu Bold

------
#### [ Esri Street Map ]

**Esri Street Map**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/EsriStreet.png)


**Map style name**: `VectorEsriStreets`

This map provides a detailed basemap for the world symbolized with a custom navigation map style that's designed for use during the day in mobile devices.

This comprehensive street map includes highways, major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries. It also includes a richer set of places, such as shops, services, restaurants, attractions, and other points of interest. The vector tile layer in this map is built using the same data sources used for the World Street Map and other Esri basemaps.

For more information, see [Esri World Street](https://www.arcgis.com/home/item.html?id=de26a3cf4cc9451298ea173c4b324736) on the Esri website.

**Fonts**

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Arial Italic
+ Arial Regular
+ Arial Bold
+ Arial Unicode MS Bold
+ Arial Unicode MS Regular

------
#### [ Esri Dark Gray Canvas ]

**Esri Dark Gray Canvas**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/EsriDarkGray.png)


**Map style name**: `VectorEsriDarkGrayCanvas`

This map provides a detailed vector basemap for the world symbolized with a dark gray, neutral background style with minimal colors, labels, and features that's designed to draw attention to your thematic content.

This map includes highways, major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries. The vector tile layers in this map are built using the same data sources used for the Dark Gray Canvas raster map and other Esri basemaps.

For more information, see [ Esri Dark Gray Canvas](https://www.arcgis.com/home/item.html?id=94521475e86b48f1ad2a21b2ea272d7a) on the Esri website.

**Fonts**

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Ubuntu Medium Italic
+ Ubuntu Medium
+ Ubuntu Italic
+ Ubuntu Regular
+ Ubuntu Bold

------

## Coverage: Esri
<a name="esri-places-coverage"></a>

You can use Esri as a data provider to support queries for geocoding, reverse geocoding, and searches when you [create a place index resource](https://docs.aws.amazon.com/location/previous/developerguide/places-prerequisites.html#create-place-index-resource), or to support queries to calculate a route when you [create a route calculator resource](https://docs.aws.amazon.com/location/previous/developerguide/routes-prerequisites.html#create-route-calculator-resource). 

Esri provides different levels of data quality in different regions of the world. For additional information about coverage in your region of interest, see: 
+ [Esri details on geocoding coverage](https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm)
+ [Esri details on street networks and traffic coverage](https://doc.arcgis.com/en/arcgis-online/reference/network-coverage.htm)

## Terms of use and data attribution: Esri
<a name="esri-terms"></a>

Before you use Esri's data, be sure you can comply with all applicable legal requirements, including license terms applicable to Esri and AWS.

For more information about the AWS requirements, see [AWS Service Terms](https://aws.amazon.com/service-terms/).

For information about Esri's attribution guidelines, see Esri's [Data Attributions and Terms of Use](https://www.esri.com/en-us/legal/terms/data-attributions).

## Error reporting to Esri
<a name="esri-support"></a>

If you encounter a problem with the data and want to report errors and discrepancies to Esri, follow Esri's technical support article for [How to: Provide feedback on basemaps and geocoding](https://support.esri.com/en/technical-article/000011831).

# GrabMaps
<a name="grab"></a>

Grab is the largest delivery organization in Southeast Asia, with millions of driver partners and customers. Their subsidiary, [GrabMaps](https://www.grab.com/sg/business/maps/), creates up-to-date mapping data in those countries/regions for their own use, and others. Amazon Location Service uses GrabMaps' location services to help AWS customers use maps, geocode, and calculate routes effectively. GrabMaps' location services are built to provide high-quality, authoritative, and ready-to-use location data, specifically for southeast Asian countries.

For information about additional capability, see [GrabMaps](https://aws.amazon.com/location/data-providers/grabmaps/) on *Amazon Location Service data providers*.

**Important**  
Grab provides maps only for southeast Asia, and is available only in the Asia Pacific (Singapore) Region (ap-southeast-1). For more information, see [Countries/regions and area covered](#grab-coverage-area).

**Topics**
+ [Grab map styles](#grab-map-styles)
+ [Coverage: Grab](#grab-places-coverage)
+ [Countries/regions and area covered](#grab-coverage-area)
+ [Terms of use and data attribution: Grab](#grab-terms)
+ [Error reporting for GrabMaps data](#grab-support)

## Grab map styles
<a name="grab-map-styles"></a>

Amazon Location Service supports the following Grab map styles when [creating a map resource](https://docs.aws.amazon.com/location/previous/developerguide/using-maps.html):

**Note**  
Grab map styles that are not listed in this section are currently not supported.

------
#### [ Grab Standard Light Map ]

**Grab Standard Light Map**

![\[An image of Grab's standard light map style.\]](http://docs.aws.amazon.com/location/previous/developerguide/images/VectorGrabMonoStreet.png)


**Map style name**: `VectorGrabStandardLight`

Grab's standard basemap with detailed land use coloring, area names, roads, landmarks, and points of interest covering Southeast Asia.

**Fonts**

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Noto Sans Regular
+ Noto Sans Medium
+ Noto Sans Bold

------
#### [ Grab Standard Dark Map ]

**Grab Standard Dark Map**

![\[An image of Grab's standard dark map style.\]](http://docs.aws.amazon.com/location/previous/developerguide/images/VectorGrabDarkStreet.png)


**Map style name**: `VectorGrabStandardDark`

Grab's dark variation of their standard basemap, with detailed land use coloring, area names, roads, landmarks, and points of interest covering Southeast Asia.

**Fonts**

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Noto Sans Regular
+ Noto Sans Medium
+ Noto Sans Bold

------

## Coverage: Grab
<a name="grab-places-coverage"></a>

You can use Grab as a data provider to support queries for geocoding, reverse geocoding, and searches when you [create a place index resource](https://docs.aws.amazon.com/location/previous/developerguide/places-prerequisites.html#create-place-index-resource), or to support queries to calculate a route when you [create a route calculator resource](https://docs.aws.amazon.com/location/previous/developerguide/routes-prerequisites.html#create-route-calculator-resource). 

## Countries/regions and area covered
<a name="grab-coverage-area"></a>

Grab provides maps only for southeast Asia, and is only available in the Asia Pacific (Singapore) Region (`ap-southeast-1`).

Grab provides detailed data for the following countries/regions:
+ Malaysia
+ Philippines
+ Thailand
+ Singapore
+ Vietnam
+ Indonesia
+ Myanmar
+ Cambodia

**Note**  
Outside of these areas, the Amazon Location Service resources created with Grab as a data provider will not provide any results. This includes search results or routes.

The maps from Grab are within the following boundaries:
+ **South** – Latitude -21.943045533438166
+ **West** – Longitude 90.0
+ **North** – Latitude 31.952162238024968
+ **East** – Longitude 146.25

For zoom levels 1–4, Grab includes global coverage. For zoom levels 5 and below, map tiles are provided only within this bounded box.

**Note**  
Outside of this bounded box, the Amazon Location Service map resources created with Grab as a data provider will not return map tiles. To avoid seeing 404 errors in your application, you can limit the map with a bounding box, as described in [Setting extents for a map using MapLibre](setting-map-extents.md).

### Grab routing travel modes
<a name="grab-travel-mode-routes"></a>

For routing, Grab provides **car** and **motorcycle** routing for all of the previously listed countries/regions.

Grab does not support **truck** routing.

For **bicycle** and **walking** routes, Grab supports the following cities:.
+ Singapore
+ Jakarta
+ Manila
+ Klang Valley
+ Bangkok
+ Ho Chi Minh City
+ Hanoi

## Terms of use and data attribution: Grab
<a name="grab-terms"></a>

When using Grab's data, you must comply with all applicable legal requirements, including license terms applicable to Grab and AWS.

For more information about the AWS requirements, see [AWS Service Terms](https://aws.amazon.com/service-terms/).

For information about GrabMaps' attribution guidelines, see Section 9.23 of Grab's [Data Attributions and Terms of Use](https://www.grab.com/sg/terms-policies/transport-delivery-logistics/).

## Error reporting for GrabMaps data
<a name="grab-support"></a>

If you encounter a problem with the data from GrabMaps, and want to report errors or discrepancies, [contact AWS technical support](https://support.console.aws.amazon.com/support/home#/case/create?issueType=customer-service).

# HERE Technologies
<a name="HERE"></a>

Amazon Location Service uses HERE Technologies’ location services to help AWS customers use maps, geocode, and calculate routes effectively. HERE's location data offers a location-centric platform that's open, secure, and private. By selecting HERE location data, you are selecting accurate, fresh, and robust data that's deployed natively on the AWS Cloud.

For additional capability information, see [HERE](https://aws.amazon.com/location/data-providers/here-technologies/) on *Amazon Location Service data providers*.

**Topics**
+ [HERE map styles](#HERE-map-styles)
+ [Coverage: HERE](#HERE-places-coverage)
+ [Terms of use and data attribution: HERE](#HERE-terms)
+ [Error reporting to HERE](#HERE-support)

## HERE map styles
<a name="HERE-map-styles"></a>

Amazon Location Service supports the following HERE map styles when [creating a map resource](https://docs.aws.amazon.com/location/previous/developerguide/using-maps.html):

**Note**  
HERE map styles that are not listed in this section are currently not supported.

------
#### [ HERE Explore ]

**HERE Explore**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/StyleVectorHere.png)


**Map style name**: `VectorHereExplore`

**HERE Explore**

A detailed, neutral base map of the world. The street map includes highways, major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries. Includes a fully designed map of Japan.

Fonts

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Fira GO Italic
+ Fira GO Regular
+ Fira GO Bold
+ Noto Sans CJK JP Light
+ Noto Sans CJK JP Regular
+ Noto Sans CJK JP Bold

------
#### [ HERE Imagery ]

**HERE Imagery**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/here_satellite_raster.png)


**Map style name**: `RasterHereExploreSatellite`

**HERE Imagery**

HERE Imagery provides high resolution satellite imagery with global coverage.

------
#### [ HERE Hybrid ]

**HERE Hybrid**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/here_satellite_hybrid.png)


**Map style name**: `HybridHereExploreSatellite`

**HERE Hybrid**

HERE Hybrid style displays the road network, street names, and city labels over satellite imagery. This style overlays two map tiles: the satellite image (raster tile) in the background and the road network and labels (vector tile) on top. This style will automatically retrieve both the raster and vector tiles required to render the map.

**Note**  
Hybrid styles use both vector and raster tiles when rendering the map that you see. This means that more tiles are retrieved than when using either vector or raster tiles alone. Your charges will include all tiles retrieved.

Fonts

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Fira GO Italic
+ Fira GO Regular
+ Fira GO Bold
+ Noto Sans CJK JP Light
+ Noto Sans CJK JP Regular
+ Noto Sans CJK JP Bold

------
#### [ HERE Contrast (Berlin) ]

**HERE Contrast (Berlin)**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/HERE_contrast_2000x1200.png)


**Map style name**: `VectorHereContrast`

**HERE Contrast (Berlin)**

A detailed base map of the world that blends 3D and 2D rendering. The high contrast street map includes highways, major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries.

Fonts

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Fira GO Regular
+ Fira GO Bold

**Note**  
This style was renamed from `VectorHereBerlin` (HERE Berlin maps). `VectorHereBerlin` is deprecated, but will continue to work in applications that use it.

------
#### [ HERE Explore Truck ]

**HERE Explore Truck**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/StyleVectorHereTruck.png)


**Map style name**: `VectorHereExploreTruck`

**HERE Explore Truck**

A detailed, neutral base map of the world. The street map builds on top of the HERE Explore style, and highlights track restrictions and attributes (including width, height, and HAZMAT) with symbols and icons, to support use cases within transport and logistics.

Fonts

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Fira GO Italic
+ Fira GO Regular
+ Fira GO Bold
+ Noto Sans CJK JP Light
+ Noto Sans CJK JP Regular
+ Noto Sans CJK JP Bold

------

For additional information about map data quality in different regions of the world, see [HERE map coverage](https://developer.here.com/documentation/map-tile/dev_guide/topics/coverage-information.html).

## Coverage: HERE
<a name="HERE-places-coverage"></a>

You can use HERE as a data provider to support queries for geocoding, reverse geocoding, and searches when you [create a place index resource](https://docs.aws.amazon.com/location/previous/developerguide/places-prerequisites.html#create-place-index-resource), or to support queries to calculate a route when you [create a route calculator resource](https://docs.aws.amazon.com/location/previous/developerguide/routes-prerequisites.html#create-route-calculator-resource).

HERE provides different levels of data quality in different regions of the world. For additional information about coverage in your region of interest, see the following:
+ [HERE geocoding coverage](https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html)
+ [HERE car routing coverage](https://www.here.com/docs/bundle/routing-api-developer-guide-v8/page/topics/coverage/car-routing.html)
+ [HERE truck routing coverage](https://www.here.com/docs/bundle/routing-api-developer-guide-v8/page/topics/coverage/truck-routing.html)

## Terms of use and data attribution: HERE
<a name="HERE-terms"></a>

Before you use HERE data, be sure you can comply with all applicable legal requirements, including license terms applicable to HERE and AWS. Because of licensing limitations, you may not use HERE to store geocoding results for locations in Japan.

For information about the AWS requirements, see [AWS Service Terms](https://aws.amazon.com/service-terms/).

For additional information about HERE's attribution guidelines, see Section 2 of HERE Technologies' [Supplier Terms Applicable to Location and Other Content](https://legal.here.com/en-gb/terms/general-content-supplier-terms-and-notices).

## Error reporting to HERE
<a name="HERE-support"></a>

To report map errors and discrepancies to HERE, go to [https://www.here.com/contact](https://www.here.com/contact) and choose **Report a map error**.

# Open Data
<a name="open-data"></a>

Amazon Location Service provides access to open source map data via the Open Data provider. Open Data provides global basemaps built from the [Daylight map distribution](https://daylightmap.org) of [OpenStreetMap (OSM)](https://www.openstreetmap.org/), [Natural Earth](https://www.naturalearthdata.com/), and other open data sources. The maps provided are designed to support different applications and use cases, including logistics and delivery, and data visualization in web and mobile environments. With over a million map makers, the OSM community updates hundreds of thousands of features per day. Amazon Location Service regularly incorporates these edits.

For additional capability information, see [Open Data](https://aws.amazon.com/location/data-providers/open-data/) on *Amazon Location Service data providers*.

**Topics**
+ [Open Data map styles](#open-data-map-styles)
+ [Coverage: Open Data](#open-data-places-coverage)
+ [Terms of use and data attribution: Open Data](#open-data-terms)
+ [Error reporting and contributing to Open Data](#open-data-support)

## Open Data map styles
<a name="open-data-map-styles"></a>

Amazon Location Service supports the following map styles when [creating a map resource](https://docs.aws.amazon.com/location/previous/developerguide/using-maps.html):

Open Data map styles support alternate [Political views](map-concepts.md#political-views).

------
#### [ Open Data Standard Light ]

**Open Data Standard Light**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/VectorOpenDataStandardLight.png)


**Map style name**: `VectorOpenDataStandardLight`

This provides a detailed basemap for the world in a light map style, suitable for website and mobile application use. This includes highways, major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries.

This basemap is based on the OSM [Daylight map distribution](https://daylightmap.org) compiled from OpenStreetMap (OSM) contributors. The OSM community includes over 1.8 million contributors who update more than 500,000 features daily. Amazon Location Service incorporates these edits on a regular basis.

**Fonts**

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Amazon Ember Bold,Noto Sans Bold
+ Amazon Ember Condensed RC Bold,Noto Sans Bold
+ Amazon Ember Condensed RC Regular,Noto Sans Regular
+ Amazon Ember Medium,Noto Sans Medium
+ Amazon Ember Regular Italic,Noto Sans Italic
+ Amazon Ember Regular,Noto Sans Regular
+ Amazon Ember Regular,Noto Sans Regular,Noto Sans Arabic Regular
+ Amazon Ember Condensed RC Bold,Noto Sans Bold,Noto Sans Arabic Condensed Bold
+ Amazon Ember Bold,Noto Sans Bold,Noto Sans Arabic Bold
+ Amazon Ember Regular Italic,Noto Sans Italic,Noto Sans Arabic Regular
+ Amazon Ember Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed Regular
+ Amazon Ember Medium,Noto Sans Medium,Noto Sans Arabic Medium

**Note**  
The fonts used by `VectorOpenDataStandardLight` are combined fonts that use `Amazon Ember` for most glyphs but `Noto Sans` for glyphs unsupported by `Amazon Ember`.

------
#### [ Open Data Standard Dark ]

**Open Data Standard Dark**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/VectorOpenDataStandardDark.png)


**Map style name**: `VectorOpenDataStandardDark`

This is a dark-themed map style that provides a detailed basemap for the world, suitable for website and mobile application use. This includes highways, major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries.

This basemap is based on the OSM [Daylight map distribution](https://daylightmap.org) compiled from OpenStreetMap (OSM) contributors. The OSM community includes over 1.8 million contributors who update more than 500,000 features daily. Amazon Location Service incorporates these edits on a regular basis.

**Fonts**

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Amazon Ember Bold,Noto Sans Bold
+ Amazon Ember Condensed RC Bold,Noto Sans Bold
+ Amazon Ember Condensed RC Regular,Noto Sans Regular
+ Amazon Ember Medium,Noto Sans Medium
+ Amazon Ember Regular Italic,Noto Sans Italic
+ Amazon Ember Regular,Noto Sans Regular
+ Amazon Ember Regular,Noto Sans Regular,Noto Sans Arabic Regular
+ Amazon Ember Condensed RC Bold,Noto Sans Bold,Noto Sans Arabic Condensed Bold
+ Amazon Ember Bold,Noto Sans Bold,Noto Sans Arabic Bold
+ Amazon Ember Regular Italic,Noto Sans Italic,Noto Sans Arabic Regular
+ Amazon Ember Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed Regular
+ Amazon Ember Medium,Noto Sans Medium,Noto Sans Arabic Medium

**Note**  
The fonts used by `VectorOpenDataStandardDark` are combined fonts that use `Amazon Ember` for most glyphs but `Noto Sans` for glyphs unsupported by `Amazon Ember`.

------
#### [ Open Data Visualization Light ]

**Open Data Visualization Light**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/VectorOpenDataVisualizationLight.png)


**Map style name**: `VectorOpenDataVisualizationLight`

This is a light-themed style with muted colors and fewer features that aids in understanding overlaid data.

This basemap is based on the OSM [Daylight map distribution](https://daylightmap.org) compiled from OpenStreetMap (OSM) contributors. The OSM community includes over 1.8 million contributors who update more than 500,000 features daily. Amazon Location Service incorporates these edits on a regular basis.

**Fonts**

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Amazon Ember Bold,Noto Sans Bold
+ Amazon Ember Condensed RC Bold,Noto Sans Bold
+ Amazon Ember Condensed RC Regular,Noto Sans Regular
+ Amazon Ember Medium,Noto Sans Medium
+ Amazon Ember Regular Italic,Noto Sans Italic
+ Amazon Ember Regular,Noto Sans Regular
+ Amazon Ember Regular,Noto Sans Regular,Noto Sans Arabic Regular
+ Amazon Ember Condensed RC Bold,Noto Sans Bold,Noto Sans Arabic Condensed Bold
+ Amazon Ember Bold,Noto Sans Bold,Noto Sans Arabic Bold
+ Amazon Ember Regular Italic,Noto Sans Italic,Noto Sans Arabic Regular
+ Amazon Ember Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed Regular
+ Amazon Ember Medium,Noto Sans Medium,Noto Sans Arabic Medium

**Note**  
The fonts used by `VectorOpenDataVisualizationLight` are combined fonts that use `Amazon Ember` for most glyphs but `Noto Sans` for glyphs unsupported by `Amazon Ember`.

------
#### [ Open Data Visualization Dark ]

**Open Data Visualization Dark**

![\[alt text not found\]](http://docs.aws.amazon.com/location/previous/developerguide/images/VectorOpenDataVisualizationDark.png)


**Map style name**: `VectorOpenDataVisualizationDark`

This is a dark-themed style with muted colors and fewer features that aids in understanding overlaid data.

This basemap is based on the OSM [Daylight map distribution](https://daylightmap.org) compiled from OpenStreetMap (OSM) contributors. The OSM community includes over 1.8 million contributors who update more than 500,000 features daily. Amazon Location Service incorporates these edits on a regular basis.

**Fonts**

Amazon Location serves fonts using `[GetMapGlyphs](https://docs.aws.amazon.com/location-maps/latest/APIReference/API_GetMapGlyphs.html#API_GetMapGlyphs_RequestSyntax)`. The following are available font stacks for this map:
+ Amazon Ember Bold,Noto Sans Bold
+ Amazon Ember Condensed RC Bold,Noto Sans Bold
+ Amazon Ember Condensed RC Regular,Noto Sans Regular
+ Amazon Ember Medium,Noto Sans Medium
+ Amazon Ember Regular Italic,Noto Sans Italic
+ Amazon Ember Regular,Noto Sans Regular
+ Amazon Ember Regular,Noto Sans Regular,Noto Sans Arabic Regular
+ Amazon Ember Condensed RC Bold,Noto Sans Bold,Noto Sans Arabic Condensed Bold
+ Amazon Ember Bold,Noto Sans Bold,Noto Sans Arabic Bold
+ Amazon Ember Regular Italic,Noto Sans Italic,Noto Sans Arabic Regular
+ Amazon Ember Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed Regular
+ Amazon Ember Medium,Noto Sans Medium,Noto Sans Arabic Medium

**Note**  
The fonts used by `VectorOpenDataVisualizationDark` are combined fonts that use `Amazon Ember` for most glyphs but `Noto Sans` for glyphs unsupported by `Amazon Ember`.

------

## Coverage: Open Data
<a name="open-data-places-coverage"></a>

Open Data includes maps with global coverage for rendering with an [Amazon Location Service map resource](map-concepts.md).

**Note**  
Open Data is for use with Amazon Location Service map resources only. You can't use Open Data as a data provider to support queries for geocoding, reverse geocoding, and searches, or to support queries to calculate a route.

## Terms of use and data attribution: Open Data
<a name="open-data-terms"></a>

Before you use Open Data, be sure you can comply with all applicable legal requirements, including license terms applicable to Open Data and AWS.

For more information about the AWS requirements, see [AWS Service Terms](https://aws.amazon.com/service-terms/).

For information about Open Data attribution guidelines, see OpenStreetMap's [Copyright and License](https://www.openstreetmap.org/copyright) and OpenStreetMap's [Licence/Attribution Guidelines](https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines).

## Error reporting and contributing to Open Data
<a name="open-data-support"></a>

OpenStreetMap (OSM) and Natural Earth are community-driven open data projects. If you encounter a problem with the data, you can report the errors or directly contribute fixes or suggestions.
+ To report an error or offer a suggestion in OSM, you can create a *note* on the map. This is a comment on the map that assists contributors in making fixes to the map. You create notes through the [OpenStreetMap website](https://openstreetmap.org/). For more information about notes, see [Notes](https://wiki.openstreetmap.org/wiki/Notes) in the *OpenStreetMap wiki*.
+ For more information about contributing directly to OpenStreetMap, including adding locations and fixing errors, see [Contribute map data](https://wiki.openstreetmap.org/wiki/Contribute_map_data) in the *OpenStreetMap wiki*.
+ To submit a correction request for data in Natural Earth, you can submit an issue through the [Natural Earth website](https://www.naturalearthdata.com/issues/).

**Note**  
Correcting errors in OpenStreetMap can happen quickly, however, it can take time for corrections to appear in the Daylight map distribution of the OSM data that is used by the Open Data provider. The [Daylight Map Distribution](https://daylightmap.org) website provides more information about the process. Additionally, Amazon Location Service updates the map data used in Amazon Location Service approximately monthly.

# Terms of use and data attribution for data providers
<a name="data-attribution"></a>

Before you use a data provider, be sure you can comply with all applicable legal requirements, including license terms applicable to the use of the provider.

For more information about the AWS requirements, see [AWS Service Terms](https://aws.amazon.com/service-terms/).

When using a data provider with your Amazon Location resources for your application or documentation, be sure to provide attributions for each data provider you use.

For more information on compliance and attribution for each data provider, see the following topics.
+ **Esri** – [Terms of use and data attribution: Esri](esri.md#esri-terms)
+ **Grab** – [Terms of use and data attribution: Grab](grab.md#grab-terms)
+ **HERE** – [Terms of use and data attribution: HERE](HERE.md#HERE-terms)
+ **Open data** – [Terms of use and data attribution: Open Data](open-data.md#open-data-terms)