| 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 *) | - routePoint | 
| Properties | |
| CtPoint | point | 
| double | heading | 
| bool | headingKnown | 
| CtLocationMatchParam * | locationMatchParam | 
A point on a route, with its heading and location match parameters.
| - (void *) routePoint | 
For internal use: returns a pointer to the RoutePoint object.
| 
 | readwritenonatomicassign | 
The heading in degrees clockwise from north.
| 
 | readwritenonatomicassign | 
True if the heading is known.
| 
 | readwritenonatomicstrong | 
Parameters used when matching the point to a road or other routable segment. If it is set to null, default parameters are used.
| 
 | readwritenonatomicassign | 
The point.