Class RouteManeuver

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll

Route maneuver information used in route search requests.

C#
Copy
public class RouteManeuver
Inheritance
object
RouteManeuver

Properties

View Source

Direction

Gets the direction type for this maneuver.

Declaration
C#
Copy
public DirectionType Direction { get; }
Property Value
Type Description
DirectionType
View Source

DistanceToNextInstruction

Gets the distance to next instruction for this maneuver.

Declaration
C#
Copy
public double DistanceToNextInstruction { get; }
Property Value
Type Description
double
View Source

Instruction

Gets an instruction text for this maneuver.

Declaration
C#
Copy
public string Instruction { get; }
Property Value
Type Description
string
View Source

Locale

Gets a locale for this maneuver.

Declaration
C#
Copy
public string Locale { get; }
Property Value
Type Description
string
View Source

Position

Gets a geographical coordinates position for this maneuver.

Declaration
C#
Copy
public Geocoordinates Position { get; }
Property Value
Type Description
Geocoordinates
View Source

Road

Gets a name of the road for this maneuver.

Declaration
C#
Copy
public string Road { get; }
Property Value
Type Description
string
View Source

TimeToNextInstruction

Gets the time to next instruction for this maneuver.

Declaration
C#
Copy
public int TimeToNextInstruction { get; }
Property Value
Type Description
int
View Source

Turn

Gets the turn type for this maneuver.

Declaration
C#
Copy
public TurnInstruction Turn { get; }
Property Value
Type Description
TurnInstruction