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

#import <CartoTypeBase.h>

Inheritance diagram for CartoTypePathIntersectionInfo:

Instance Methods

(void *) - pointer
 

Properties

CartoTypePathIntersectionType type
 
double distance
 
CartoTypePoint nearest1
 
CartoTypePoint 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

- (CartoTypePoint) 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

- (CartoTypePoint) 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

- (CartoTypePathIntersectionType) type
readwritenonatomicassign

The intersection type.


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