Class RouteManeuver

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

Route maneuver information used in route search requests.

C#
Copy
public class RouteManeuver
Inheritance
RouteManeuver

Properties

View Source

Direction

Gets the direction type for this maneuver.

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

DistanceToNextInstruction

Gets the distance to next instruction for this maneuver.

Declaration
C#
Copy
public double DistanceToNextInstruction { get; }
Property Value
Type Description
System.Double
API Level: 3
View Source

Instruction

Gets an instruction text for this maneuver.

Declaration
C#
Copy
public string Instruction { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Locale

Gets a locale for this maneuver.

Declaration
C#
Copy
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
C#
Copy
public Geocoordinates Position { get; }
Property Value
Type Description
Geocoordinates
API Level: 3
View Source

Road

Gets a name of the road for this maneuver.

Declaration
C#
Copy
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
C#
Copy
public int TimeToNextInstruction { get; }
Property Value
Type Description
System.Int32
API Level: 3
View Source

Turn

Gets the turn type for this maneuver.

Declaration
C#
Copy
public TurnInstruction Turn { get; }
Property Value
Type Description
TurnInstruction
API Level: 3