MapCameraChangeReason Enum

Definition

Specifies the reason the position of the map's camera has changed.

public enum class MapCameraChangeReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class MapCameraChangeReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum MapCameraChangeReason
Public Enum MapCameraChangeReason
Inheritance
MapCameraChangeReason
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v2.0)

Fields

Programmatic 2

The position of the map's camera changed programmatically.

System 0

The system changed the position of the map's camera.

UserInteraction 1

The user manually changed the position of the map's camera.

Applies to