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

Parameters used when matching a road or other feature to a location. More...

#include <CartoTypeWrapper.h>

Public Attributes

double m_location_accuracy_in_meters = 0
 The accuracy of a location fix given as a range error with 95% probability. It is clamped to the range 1 ... 1000. A value of zero indicates the default value: 8.
 
double m_heading_accuracy_in_degrees = 0
 The accuracy of a heading or course given as an angular error in degrees with 95% probability. It is clamped to the range 1 ... 90. A value of zero indicates the default value: 22.5.
 
double m_max_road_distance_in_meters = 0
 The expected maximum distance of a road from the current location. It is clamped to the range 5 ... 10,000. A value of zero indicates the default value: 100.
 

Detailed Description

Parameters used when matching a road or other feature to a location.


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