|
CartoType iOS API 9.2-12-g6c2dcf66f
for development in Swift and Objective C for iOS and Mac OS
|
#import <CartoTypeBase.h>
Instance Methods | |
| (void *) | - pointer |
Properties | |
| CtPathIntersectionType | type |
| double | distance |
| CtPoint | nearest1 |
| CtPoint | nearest2 |
Information about the intersection of two paths and their distance apart.
| - (void *) pointer |
For internal use: gets a pointer to the TPathIntersectionInfo object.
|
readwritenonatomicassign |
The distance between the paths. The units are meters for functions involving map objects, otherwise they are the units used by the paths.
|
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.
|
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.
|
readwritenonatomicassign |
The intersection type.