Class RouteManeuver
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Route maneuver information used in route search requests.
public class RouteManeuver
- Inheritance
-
RouteManeuver
Properties
View SourceDirection
Gets the direction type for this maneuver.
Declaration
public DirectionType Direction { get; }
Property Value
Type | Description |
---|---|
DirectionType |
API Level: 3
View SourceDistanceToNextInstruction
Gets the distance to next instruction for this maneuver.
Declaration
public double DistanceToNextInstruction { get; }
Property Value
Type | Description |
---|---|
Double |
API Level: 3
View SourceInstruction
Gets an instruction text for this maneuver.
Declaration
public string Instruction { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceLocale
Gets a locale for this maneuver.
Declaration
public string Locale { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourcePosition
Gets a geographical coordinates position for this maneuver.
Declaration
public Geocoordinates Position { get; }
Property Value
Type | Description |
---|---|
Geocoordinates |
API Level: 3
View SourceRoad
Gets a name of the road for this maneuver.
Declaration
public string Road { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceTimeToNextInstruction
Gets the time to next instruction for this maneuver.
Declaration
public int TimeToNextInstruction { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceTurn
Gets the turn type for this maneuver.
Declaration
public TurnInstruction Turn { get; }
Property Value
Type | Description |
---|---|
TurnInstruction |