Method SetViewpointGeometryAsync
SetViewpointGeometryAsync(Geometry)
Zooms and pans the map view to the extent of the provided geometry.
Declaration
public Task<bool> SetViewpointGeometryAsync(Geometry boundingGeometry)
Parameters
Type | Name | Description |
---|---|---|
Geometry | boundingGeometry | The geometry to zoom to. |
Returns
Type | Description |
---|---|
System. |
|
Remarks
If you want to center and zoom on a point, use Set
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.6 |
SetViewpointGeometryAsync(Geometry, Double)
Zooms and pans the map view to the extent of the provided geometry with additional padding.
Declaration
public Task<bool> SetViewpointGeometryAsync(Geometry boundingGeometry, double padding)
Parameters
Type | Name | Description |
---|---|---|
Geometry | boundingGeometry | The geometry to zoom to. |
System. |
padding | The minimum amount of padding around the bounding geometry in pixels. |
Returns
Type | Description |
---|---|
System. |
|
Remarks
If you want to center and zoom on a point, use Set
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.6 |