| CartoType iOS API 9.2-12-g6c2dcf66f
    for development in Swift and Objective C for iOS and Mac OS | 
#import <CartoTypeRouter.h>
 
 | Instance Methods | |
| (id) | - init: | 
| (void) | - append: | 
| (int) | - pointCount | 
| (CtPoint) | - point: | 
| (void *) | - pointVector | 
| Properties | |
| CtCoordType | coordType | 
An ordered set of points.
| - (void) append: | (CtPoint) | aPoint | 
Appends a point.
| - (id) init: | (CtCoordType) | aCoordType | 
Creates a CtPointSet with a given coordinate type.
| - (CtPoint) point: | (int) | aIndex | 
Returns the route point at a given index.
| - (int) pointCount | 
Returns the number of points.
| - (void *) pointVector | 
For internal use: returns a pointer to the point vector.
| 
 | readnonatomicassign | 
The coordinate type of the points.