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 generated at specific scales and custom sizes to meet your application requirements.
You can create simple or complex maps using the following endpoints:
GET: Basemap and one geometry with a default symbol.POST: Basemap and multiple geometries with 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/beta-rcRequests
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. | N/A |
Pricing
Price category | ArcGIS Location Platform | ArcGIS Online |
|---|---|---|
| No charge while in beta | Not supported | |
| $0.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.