CartoType iOS API 7.8.2, 2022-03-25
for development in Swift and Objective C for iOS and Mac OS
Instance Methods | Properties | List of all members
CartoTypeLocationMatchParam Class Reference

#import <CartoTypeRouter.h>

Inheritance diagram for CartoTypeLocationMatchParam:

Instance Methods

(id) - init
 

Properties

double locationAccuracyInMeters
 
double headingAccuracyInDegrees
 
double maxRoadDistanceInMeters
 

Detailed Description

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

Method Documentation

◆ init

- (id) init

Creates a CartoTypeLocationMatchParam object with default values.

Property Documentation

◆ headingAccuracyInDegrees

- (double) headingAccuracyInDegrees
readwritenonatomicassign

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) locationAccuracyInMeters
readwritenonatomicassign

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) maxRoadDistanceInMeters
readwritenonatomicassign

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: