The ArcGIS Static Maps service is a location service that generates non-interactive map images, also known as static maps. With static maps, you can display a basemap and an optional overlay with geometries. Basemap styles such as arcgis/streets, arcgis/navigation, and arcgis/imagery are supported. The overlay can contain points, polylines, and polygons with default or custom symbols. Images are rendered in jpeg, png, or webp format and can be created at specific scales and custom sizes to meet your requirements. The service does not require the use a client-side mapping API to create static maps.
You can create simple or more complex static maps using the following endpoints:
GET: Create a simple map with a basemap and a single geometry type using default symbols.POST: Create a more complex map with a basemap, multiple geometry types, and custom symbols.
Static maps are ideal when you need to display a map in a web app, mobile app, report, email, receipt, or other static output without supporting user interaction such as panning or zooming.
Service URL
https://static-maps-api.arcgis.com/arcgis/rest/services/static-maps-service/v1Requests
Name | Method | Description | Example | Price category |
|---|---|---|---|---|
/with-point | GET | Displays a point location on a map image. | ||
/with-many-points | GET | Displays many locations on a map image. | ||
/with-polyline | GET | Displays a line with start and end points on a map image. | ||
/with-polygon | GET | Displays an area on a map image. | ||
/with-overlay | POST | Displays one or more geometries on a map image, supporting mixed geometry types and custom symbols. | ||
/attribution | GET | Returns the data attribution information for the ArcGIS Basemap style. Applications that use this service must display both Esri and data attribution. | N/A |
Pricing
Price category | ArcGIS Location Platform | ArcGIS Online |
|---|---|---|
| 1K free then $0.9 per 1,000 static maps | Not supported | |
| $0 | Not supported |
Terms of use
Applications that use this service must display both Esri and data attribution.
To review the attribution requirements for using ArcGIS services, go to Esri & Data Attribution.
To review the terms of use that apply to using ArcGIS products, services, and data, go to Esri.com > Esri Legal.