Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 956 Bytes

mapcontrol_actualcamera.md

File metadata and controls

25 lines (17 loc) · 956 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Maps.MapControl.ActualCamera
winrt property

Windows.UI.Xaml.Controls.Maps.MapControl.ActualCamera

-description

Gets the MapCamera settings that define the current position of the camera.

-property-value

The MapCamera settings that define the current position of the camera.

-remarks

During an animation of the map, the ActualCamera defines the current position of the map's camera and TargetCamera defines the final position of the camera.

The map's camera settings are updated whenever the view of the map is changed. For example, when updating the Center property or calling the TrySetSceneAsync method.

-examples

-see-also