extent

This object defines the bounding geometry given the lower-left and upper-right corners of the bounding box. A spatial reference is also required.

Referenced by: bookmark, layerDefinition, Multidimensional Subset, slide, viewpoint, Web Tiled Layer (WebTiledLayer)

Properties

Property Details
spatialReference An object used to specify the spatial reference of the given geometry.
xmax A numeric value indicating the top-right X-coordinate of an extent envelope.
xmin A numeric value indicating the bottom-left X-coordinate of an extent envelope.
Must be one of the following values:
  • Number
  • Null
  • String
ymax A numeric value indicating the top-right Y-coordinate of an extent envelope.
ymin A numeric value indicating the bottom-left Y-coordinate of an extent envelope.

extent Example

{
  "xmin": 13871520.850500003,
  "ymin": 3910293.086000003,
  "xmax": 14574034.873400003,
  "ymax": 4686306.161399998,
  "spatialReference": {
    "wkid": 102100,
    "latestWkid": 3857
  }
}

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close