Class RouteSegment
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place Segment information used in Route Search requests.
public class RouteSegment
- Inheritance
-
RouteSegment
Properties
View SourceDestination
Gets the destination coordinates for this segment.
Declaration
public Geocoordinates Destination { get; }
Property Value
Type | Description |
---|---|
Geocoordinates |
API Level: 3
View SourceDistance
Gets the total distance for this segment.
Declaration
public double Distance { get; }
Property Value
Type | Description |
---|---|
Double |
API Level: 3
View SourceDuration
Gets the total duration to cover this segment.
Declaration
public double Duration { get; }
Property Value
Type | Description |
---|---|
Double |
API Level: 3
View SourceManeuvers
Gets the maneuver list for this segment.
Declaration
public IEnumerable<RouteManeuver> Maneuvers { get; }
Property Value
Type | Description |
---|---|
IEnumerable<RouteManeuver> |
API Level: 3
View SourceOrigin
Gets the origin coordinates for this segment.
Declaration
public Geocoordinates Origin { get; }
Property Value
Type | Description |
---|---|
Geocoordinates |
API Level: 3
View SourcePath
Gets the coordinates list for this segment.
Declaration
public IEnumerable<Geocoordinates> Path { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Geocoordinates> |