CartoType iOS API 8.8-13-g03c6f7017
for development in Swift and Objective C for iOS and Mac OS
Instance Methods | Properties | List of all members
CartoTypeRoutePoint Class Reference

#import <CartoTypeRouter.h>

Inheritance diagram for CartoTypeRoutePoint:

Instance Methods

(void *) - routePoint
 

Properties

CartoTypePoint point
 
double heading
 
bool headingKnown
 
CartoTypeLocationMatchParamlocationMatchParam
 

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 TRoutePoint 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

- (CartoTypeLocationMatchParam*) 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

- (CartoTypePoint) point
readwritenonatomicassign

The point.


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