|
CartoType UWP API 9.4-2-ga84cea34e
for development in C#, VB.NET and C++
|
Part of a route, consisting of a turn and the section of the route from that turn to the next one. More...
#include <CartoTypeWrapper.h>
Public Member Functions | |
| virtual int | ContourCount () |
| The number of contours (sub-paths). It is always 1 for this class. More... | |
| virtual int | PointCount (int aContourIndex) |
| The number of points in a contour. More... | |
| virtual PathPoint ^ | Point (int aContourIndex, int aPointIndex) |
| Returns a point given its contour and point indexes. More... | |
| int | ContourCount () |
| Returns the number of contours (sub-paths). More... | |
| int | PointCount (int aContourIndex) |
| Returns the number of points in a contour. More... | |
| PathPoint ^ | Point (int aContourIndex, int aPointIndex) |
| Returns a point given its contour and point indexes. More... | |
Properties | |
| FeatureInfo^ | FeatureInfo [get] |
| Returns the feature info of the object of which this segment is a part. | |
| String^ | Name [get] |
| The road name. | |
| String^ | Ref [get] |
| The road reference. | |
| String^ | Destination [get] |
| The destination. | |
| double | Distance [get] |
| Returns the distance in metres. | |
| double | Time [get] |
| Returns the estimated time taken to traverse the segment in seconds, including TurnTime. | |
| double | TurnTime [get] |
| Returns the estimated time taken by the turn at the start of the segment; this is included in m_time. | |
| TurnType | TurnType [get] |
| Returns the turn type. | |
| bool | IsContinue [get] |
| Returns true if this is a 'continue' turn, false if not. | |
| RoundaboutState | RoundaboutState [get] |
| Returns the roundabout state. | |
| double | TurnAngle [get] |
| Returns the turn angle. | |
| int | ExitNumber [get] |
| Returns the exit number, counting the current junction as 0, if this junction is part of a roundabout. | |
| int | Choices [get] |
| Returns the number of choices at this turning if known; 0 if not known. | |
| int | Section [get] |
| Returns the route section this segment belongs to. | |
| String^ | Instructions [get] |
| Returns turn instructions provided by the routing system. If not empty they are used instead of instructions generated from the information in this m_route_segment object. | |
Part of a route, consisting of a turn and the section of the route from that turn to the next one.
|
inlinevirtual |
The number of contours (sub-paths). It is always 1 for this class.
Implements CartoType::Path.
|
virtual |
Returns a point given its contour and point indexes.
Implements CartoType::Path.
|
virtual |
The number of points in a contour.
Implements CartoType::Path.