MapActualCameraChangedEventArgs MapActualCameraChangedEventArgs MapActualCameraChangedEventArgs MapActualCameraChangedEventArgs Class

Definition

Provides data for the ActualCameraChanged event.

public : sealed class MapActualCameraChangedEventArgs : IMapActualCameraChangedEventArgs, IMapActualCameraChangedEventArgs2public sealed class MapActualCameraChangedEventArgs : IMapActualCameraChangedEventArgs, IMapActualCameraChangedEventArgs2Public NotInheritable Class MapActualCameraChangedEventArgs Implements IMapActualCameraChangedEventArgs, IMapActualCameraChangedEventArgs2// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

MapActualCameraChangedEventArgs() MapActualCameraChangedEventArgs() MapActualCameraChangedEventArgs() MapActualCameraChangedEventArgs()

Initializes a new instance of the MapActualCameraChangedEventArgs class.

public : MapActualCameraChangedEventArgs()public MapActualCameraChangedEventArgs()Public Sub New()// This API is not available in Javascript.

Properties

Camera Camera Camera Camera

Gets the current position of the map's camera.

public : MapCamera Camera { get; }public MapCamera Camera { get; }Public ReadOnly Property Camera As MapCamera// This API is not available in Javascript.
Value
MapCamera MapCamera MapCamera MapCamera

The current position of the map's camera.

ChangeReason ChangeReason ChangeReason ChangeReason

Indicates the reason the ActualCameraChanged event was triggered.

public : MapCameraChangeReason ChangeReason { get; }public MapCameraChangeReason ChangeReason { get; }Public ReadOnly Property ChangeReason As MapCameraChangeReason// This API is not available in Javascript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)