MapAnimationKind MapAnimationKind MapAnimationKind MapAnimationKind Enum

Definition

Specifies the animation to use when you change the view of the map. For example, you can specify animation when calling the TrySetViewAsync or TrySetViewBoundsAsync methods.

public : enum class MapAnimationKindpublic enum MapAnimationKindPublic Enum MapAnimationKind// 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)

Fields

Bow Bow Bow Bow

A parabolic animation.

Default Default Default Default

The default animation.

Linear Linear Linear Linear

A linear animation.

None None None None

No animation

See Also