CartoType Android API 8.8-7-gb35e4dc71
for Java development on Android
Public Attributes | List of all members
com.cartotype.LocationMatchParam Class Reference

Public Attributes

double locationAccuracyInMeters = 8
 
double headingAccuracyInDegrees = 0
 
double maxRoadDistanceInMeters = 0
 

Detailed Description

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

Member Data Documentation

◆ headingAccuracyInDegrees

double com.cartotype.LocationMatchParam.headingAccuracyInDegrees = 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.

◆ locationAccuracyInMeters

double com.cartotype.LocationMatchParam.locationAccuracyInMeters = 8

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.

◆ maxRoadDistanceInMeters

double com.cartotype.LocationMatchParam.maxRoadDistanceInMeters = 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.


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