CartoType .NET API 7.8.2, 2022-03-25
for development in C#, Visual Basic and other .NET languages
Public Member Functions | Public Attributes | List of all members
CartoType::LocationRef Class Reference

Parameters used for a location reference when writing traffic information. More...

#include <CartoTypeWrapper.h>

Public Member Functions

 LocationRef (LocationRefType aType, CoordType aCoordType)
 Creates a location reference of a given type and coordinate type.
 

Public Attributes

LocationRefType m_type = LocationRefType::Line
 The type of this location reference.
 
String ^ m_id = nullptr
 The arbitrary ID of the location reference; may be null.
 
Geometrym_geometry = nullptr
 The point or points.
 
double m_radius_in_meters = 0
 The radius, if this is a circle.
 
SideOfRoad m_side_of_road = SideOfRoad::None
 The side of the road, if relevant.
 
RoadOrientation m_road_orientation = RoadOrientation::None
 The road orientation, if relevant.
 

Detailed Description

Parameters used for a location reference when writing traffic information.


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