Enum DirectionType

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

The direction types for route maneuver.

C#
Copy
public enum DirectionType
Name Description
East

Indicates the East direction.

None

Indicates an unknown direction.

North

Indicates the North direction.

NorthEast

Indicates the Northeast direction.

NorthWest

Indicates the Northwest direction.

South

Indicates the South direction.

SouthEast

Indicates the Southeast direction.

SouthWest

Indicates the Southwest direction.

West

Indicates the West direction.