CartoType iOS API 7.8.2, 2022-03-25
for development in Swift and Objective C for iOS and Mac OS
Instance Methods | Properties | List of all members
CartoTypePointSet Class Reference

#import <CartoTypeRouter.h>

Inheritance diagram for CartoTypePointSet:

Instance Methods

(id) - init:
 
(void) - append:
 
(int) - pointCount
 
(CartoTypePoint- point:
 
(void *) - pointVector
 

Properties

CartoTypeCoordType coordType
 

Detailed Description

An ordered set of points.

Method Documentation

◆ append:

- (void) append: (CartoTypePoint aPoint

Appends a point.

◆ init:

- (id) init: (CartoTypeCoordType aCoordType

Creates a CartoTypePointSet with a given coordinate type.

◆ point:

- (CartoTypePoint) point: (int)  aIndex

Gets the route point at a given index.

◆ pointCount

- (int) pointCount

Gets the number of points.

◆ pointVector

- (void *) pointVector

For internal use: gets a pointer to the point vector.

Property Documentation

◆ coordType

- (CartoTypeCoordType) coordType
readnonatomicassign

The coordinate type of the points.


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