Method SetViewpointAsync
SetViewpointAsync(Viewpoint)
Animates the view to the given Viewpoint location
Declaration
public Task<bool> SetViewpointAsync(Viewpoint viewpoint)
Parameters
Type | Name | Description |
---|---|---|
Viewpoint | viewpoint | Viewpoint object |
Returns
Type | Description |
---|---|
Task<System. |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |
SetViewpointAsync(Viewpoint, TimeSpan)
Animates the view to the given Viewpoint location
Declaration
public Task<bool> SetViewpointAsync(Viewpoint viewpoint, TimeSpan duration)
Parameters
Type | Name | Description |
---|---|---|
Viewpoint | viewpoint | Viewpoint object |
System. |
duration | Duration of the animation |
Returns
Type | Description |
---|---|
Task<System. |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |