CartoType Android API 8.8-7-gb35e4dc71
for Java development on Android
Public Attributes | List of all members
com.cartotype.PathIntersectionInfo Class Reference

Public Attributes

PathIntersectionType type = PathIntersectionType.Unknown
 
double distance = 0
 
double nearestX1 = 0
 
double nearestY1 = 0
 
double nearestX2 = 0
 
double nearestY2 = 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

◆ distance

double com.cartotype.PathIntersectionInfo.distance = 0

The distance between the paths.

◆ nearestX1

double com.cartotype.PathIntersectionInfo.nearestX1 = 0

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

◆ nearestX2

double com.cartotype.PathIntersectionInfo.nearestX2 = 0

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

◆ nearestY1

double com.cartotype.PathIntersectionInfo.nearestY1 = 0

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

◆ nearestY2

double com.cartotype.PathIntersectionInfo.nearestY2 = 0

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

◆ type

PathIntersectionType com.cartotype.PathIntersectionInfo.type = PathIntersectionType.Unknown

The intersection type.


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