MapCameraChangeReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
Programmatic | 2 | The position of the map's camera changed programmatically. |