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.
The area of interest may be set to null
to specify retrieval of the full tile cache extent.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
Export tiles: Download tiles to a local tile cache file stored on the device.