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

RouteMatchResult

class RouteMatchResult : MatchResult

The Route matcher result.

Constructors

<init>

RouteMatchResult()

The Route 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