sdk-maps-driving-extensions / com.tomtom.online.sdk.map.driving / MapMatchResult

MapMatchResult

class MapMatchResult : MatchResult

Class that contains the map matcher result.

Constructors

<init>

MapMatchResult()

Class that contains the map matcher result.

Inherited Properties

isMatched

var isMatched: Boolean

Indicates whether the location was correctly matched or not. This flag can be used to change the chevron color to inform a user that the matched location can be considered as trusty.

matchedLocation

lateinit var matchedLocation: Location

Matched location.

originalLocation

lateinit var originalLocation: Location

Original location, from GPS.

Functions

accept

fun accept(visitor: MatchResultVisitor): Unit