The ArcGIS Static Maps service (beta) enables developers to create and easily embed map images from ArcGIS Basemaps on websites or in applications where interactive maps aren’t the best option.

Release Notes (0.5.0) : Released 26th May 2026

New features

Highlight an area or region on a map using polygon geometry via thewith-polygon endpoint:

Define the map extent by specifying the center coordinates (mapCenterX, mapCenterY) along with either a mapRadius (distance-based extent) or a mapZoom level.

Deprecated endpoints

The following endpoints have been deprecated:

and have been replaced with the following endpoints:

Deprecated GET Params

Deprecated GET parameterNew GET parameter
xpointX
ypointY
radiusmapRadius
paddingimagePadding
mapImageWidthimageWidth
mapImageHeightimageHeight
mapImageFormatimageFormat

Deprecated POST Params

Deprecated POST parameterNew POST parameter
pointgraphics{point}
radiusmap{radius}
customSymbolsgraphics{customSymbols}
mapImageWidthimage{width}
mapImageHeightimage{height}
mapImageFormatimage{format}
paddingimage{padding}
manyPointsgraphics{manyPoints}
routegraphics{route}
routeStylegraphics{routeStyle}

Release Notes (0.3.2) : Released 16th March 2026

New features

ArcGIS Static Maps service (beta) now offers new functionality that allow developers to build the following types of static maps:

  • Highlight a location in the center of a map using the centered-at
  • Display many locations on a map with the using-many-points
  • Show a route or path on a map using the along-a-route

The POST requests offer more advanced functionality including the ability to display custom symbols.

Data attribution details are provided by the attribution request. Just supply the ArcGIS Basemap style in the request's {arcgis style} path parameter.

Changes since release 0.2.0

Release Notes (0.2.0) : Released 3rd March 2025

  • The ArcGIS Static Maps service (beta) enables developers to create and easily embed map images from ArcGIS Basemaps on websites or in applications where interactive maps aren’t the best option.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.