CartoType iOS API 9.2-12-g6c2dcf66f
for development in Swift and Objective C for iOS and Mac OS
Instance Methods | Properties | List of all members
CtRouteCoordSet Class Reference

#import <CartoTypeRouter.h>

Inheritance diagram for CtRouteCoordSet:

Instance Methods

(void) - append:
 
(int) - pointCount
 
(CtRoutePoint *) - point:
 
(void *) - routeCoordSet
 

Properties

CtCoordType coordType
 

Detailed Description

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.

Method Documentation

◆ append:

- (void) append: (CtRoutePoint *)  aPoint

Appends a route point.

◆ point:

- (CtRoutePoint *) point: (int)  aIndex

Returns the route point at a given index.

◆ pointCount

- (int) pointCount

Returns the number of route points.

◆ routeCoordSet

- (void *) routeCoordSet

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

Property Documentation

◆ coordType

- (CtCoordType) coordType
readwritenonatomicassign

The coordinate type of the route points.


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