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