Method SetViewpointScaleAsync
| Edit this page View SourceSetViewpointScaleAsync(double)
Zooms the map view to the provided scale around its current center point.
Declaration
public virtual Task<bool> SetViewpointScaleAsync(double scale)
Parameters
Type | Name | Description |
---|---|---|
double | scale | The scale to zoom to. For example, 50000 is a scale of 1:50,000. |
Returns
Type | Description |
---|---|
Task<bool> |
|