Enum DirectionType
Definition
- Assembly:
- Tizen.Maps.dll
The direction types for route maneuver.
public enum DirectionType
Fields
| 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. |