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