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::NearestRoadInfo Class Reference

Information about the nearest road to a certain point. More...

#include <CartoTypeWrapper.h>

Public Attributes

RoadType m_road_type
 The road type of the arc.
 
double m_max_speed
 The maximum legal speed in kilometres per hour. A value of zero means there is no known speed limit, or the standard speed limit for the type of road applies.
 
String ^ m_name
 The standard name of the road.
 
String ^ m_ref
 The road reference of the road.
 
double m_nearest_point_x
 The x coordinate of the nearest point on the road, in map coordinates, to the chosen point.
 
double m_nearest_point_y
 The y coordinate of the nearest point on the road, in map coordinates, to the chosen point.
 
double m_distance
 The distance from the chosen point to the nearest point in meters.
 
double m_heading_in_degrees
 The heading of the nearest segment in degrees.
 
double m_heading_vector_x
 The x coordinate of the heading of the nearest segment as a unit vector.
 
double m_heading_vector_y
 The y coordinate of the heading of the nearest segment as a unit vector.
 

Detailed Description

Information about the nearest road to a certain point.


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