CartoType Android API 7.8.2, 2022-03-25
for Java development on Android
Public Attributes | List of all members
com.cartotype.PathIntersectionInfo Class Reference

Public Attributes

PathIntersectionType iType = PathIntersectionType.Unknown
 
double iDistance = 0
 
double iNearestX1 = 0
 
double iNearestY1 = 0
 
double iNearestX2 = 0
 
double iNearestY2 = 0
 

Detailed Description

Information about the intersection of two paths and their distance apart. For functions involving map objects, distances are meters and positions are latitude and longitude.

Member Data Documentation

◆ iDistance

double com.cartotype.PathIntersectionInfo.iDistance = 0

The distance between the paths.

◆ iNearestX1

double com.cartotype.PathIntersectionInfo.iNearestX1 = 0

The X coordinate of the nearest point on the first path.

◆ iNearestX2

double com.cartotype.PathIntersectionInfo.iNearestX2 = 0

The X coordinate of the nearest point on the second path.

◆ iNearestY1

double com.cartotype.PathIntersectionInfo.iNearestY1 = 0

The Y coordinate of the nearest point on the first path.

◆ iNearestY2

double com.cartotype.PathIntersectionInfo.iNearestY2 = 0

The Y coordinate of the nearest point on the second path.

◆ iType

PathIntersectionType com.cartotype.PathIntersectionInfo.iType = PathIntersectionType.Unknown

The intersection type.


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