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