|
CartoType UWP API 9.4-2-ga84cea34e
for development in C#, VB.NET and C++
|
Information about the nearest route segment to a point. More...
#include <CartoTypeWrapper.h>
Properties | |
| int | SegmentIndex |
| The index of the segment in the Route object, or -1 if there were no segments. | |
| int | LineIndex |
| The index of the line within the segment's path: line N goes from point N to point N + 1. | |
| double | NearestPointX |
| The point in the segment's path nearest to the other point, in map coordinates. | |
| double | NearestPointY |
| The point in the segment's path nearest to the other point, in map coordinates. | |
| double | DistanceToRoute |
| The distance from the other point to iNearestPoint in meters. | |
| double | DistanceAlongRoute |
| The distance of the nearest point along the route in meters. | |
| double | DistanceAlongSegment |
| The distance within the current segment in meters. | |
| double | TimeAlongRoute |
| The estimated time of the nearest point, along the route, in seconds. | |
| double | TimeAlongSegment |
| The estimated time within the current segment, in seconds. | |
| double | Heading |
| The heading of the nearest line as a map angle taken anti-clockwise from rightwards. | |
Information about the nearest route segment to a point.