Method SetViewpointScaleAsync
SetViewpointScaleAsync(double)
Zooms the map view to the provided scale around its current center point.
Declaration
public 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> |
|
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET iOS | 200.0 - 300.0 |
| Xamarin.iOS | 100.0 - 100.15 |