Show / Hide Table of Contents

Property AreaOfInterest

AreaOfInterest

Gets or sets the area of interest geometry.

Declaration
public Geometry AreaOfInterest { get; set; }
Property Value
Type Description
Geometry

The area of interest geometry.

Remarks

The supported geometry types for the area of interest are Envelope and Polygon. The area of interest must have a spatial reference. Where a Polygon is supplied, tiles will be filtered according to the polygon geometry, which can help reduce the size of the resulting tile package. Note that the filtered set of tiles may vary, depending on the underlying service. May be set to null to specify retrieval of the full vector tile service extent.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.2.1 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.2.1 - 100.14
Xamarin.iOS100.2.1 - 100.14
UWP100.2.1 - 100.14
In This Article
Back to top Copyright © 2021 Esri.