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
CartoTypeRouteCoordSet Class Reference

#import <CartoTypeRouter.h>

Inheritance diagram for CartoTypeRouteCoordSet:

Instance Methods

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

Properties

CartoTypeCoordType 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: (CartoTypeRoutePoint *)  aPoint

Appends a route point.

◆ point:

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

- (CartoTypeCoordType) coordType
readwritenonatomicassign

The coordinate type of the route points.


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