CartoType .NET API 7.8.2, 2022-03-25
for development in C#, Visual Basic and other .NET languages
Public Attributes | 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>

Public Attributes

PathIntersectionType m_type = PathIntersectionType::Unknown
 The intersection type.
 
double m_distance = 0
 The distance between the paths.
 
double m_nearest_x1 = 0
 The X coordinate of the nearest point on the first path.
 
double m_nearest_y1 = 0
 The Y coordinate of the nearest point on the first path.
 
double m_nearest_x2 = 0
 The X coordinate of the nearest point on the second path.
 
double m_nearest_y2 = 0
 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: