CartoType UWP API 8.12-19-g3f49c29ef
for development in C#, VB.NET and C++
Properties | List of all members
CartoType::PathIntersectionInfo Class Reference

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. More...

#include <CartoTypeGeometry.h>

Properties

PathIntersectionType Type
 The intersection type.
 
double Distance
 The distance between the paths.
 
double NearestX1
 The X coordinate of the nearest point on the first path.
 
double NearestY1
 The Y coordinate of the nearest point on the first path.
 
double NearestX2
 The X coordinate of the nearest point on the second path.
 
double NearestY2
 The Y coordinate of the nearest point on the second path.
 

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.


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