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

#include <CartoTypeBase.h>

Inheritance diagram for CtPathIntersectionInfo:

Instance Methods

(void *) - pointer
 

Properties

CtPathIntersectionType type
 
double distance
 
CtPoint nearest1
 
CtPoint nearest2
 

Detailed Description

Information about the intersection of two paths and their distance apart.

Method Documentation

◆ pointer

- (void *) pointer

For internal use: gets a pointer to the TPathIntersectionInfo object.

Property Documentation

◆ distance

- (double) distance
readwritenonatomicassign

The distance between the paths. The units are meters for functions involving map objects, otherwise they are the units used by the paths.

◆ nearest1

- (CtPoint) nearest1
readwritenonatomicassign

The nearest point on the first path. The units are latitude and longitude for functions involving map objects, otherwise they are the units used by the paths.

◆ nearest2

- (CtPoint) nearest2
readwritenonatomicassign

The nearest point on the second path. The units are latitude and longitude for functions involving map objects, otherwise they are the units used by the paths.

◆ type

- (CtPathIntersectionType) type
readwritenonatomicassign

The intersection type.


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