CartoType iOS API 9.0-11-g64131709d
for development in Swift and Objective C for iOS and Mac OS
Loading...
Searching...
No Matches
CtRoutePoint Class Reference

#include <CartoTypeRouter.h>

Inheritance diagram for CtRoutePoint:

Instance Methods

(void *) - routePoint
 

Properties

CtPoint point
 
double heading
 
bool headingKnown
 
CtLocationMatchParamlocationMatchParam
 

Detailed Description

A point on a route, with its heading and location match parameters.

Method Documentation

◆ routePoint

- (void *) routePoint

For internal use: returns a pointer to the RoutePoint object.

Property Documentation

◆ heading

- (double) heading
readwritenonatomicassign

The heading in degrees clockwise from north.

◆ headingKnown

- (bool) headingKnown
readwritenonatomicassign

True if the heading is known.

◆ locationMatchParam

- (CtLocationMatchParam*) locationMatchParam
readwritenonatomicstrong

Parameters used when matching the point to a road or other routable segment. If it is set to null, default parameters are used.

◆ point

- (CtPoint) point
readwritenonatomicassign

The point.


The documentation for this class was generated from the following file: