|
CartoType iOS API 9.2-12-g6c2dcf66f
for development in Swift and Objective C for iOS and Mac OS
|
#import <CartoTypeRouter.h>
Instance Methods | |
| (void) | - append: |
| (int) | - pointCount |
| (CtRoutePoint *) | - point: |
| (void *) | - routeCoordSet |
Properties | |
| CtCoordType | coordType |
An ordered set of points for creating a route, with optional heading and accuracy information. Headings are used where available, and where possible, to decide between roads or choose the direction of travel on a road.
| - (void) append: | (CtRoutePoint *) | aPoint |
Appends a route point.
| - (CtRoutePoint *) point: | (int) | aIndex |
Returns the route point at a given index.
| - (int) pointCount |
Returns the number of route points.
| - (void *) routeCoordSet |
For internal use: returns a pointer to the TRouteCoordSet object.
|
readwritenonatomicassign |
The coordinate type of the route points.