class RouteMatchResult : MatchResult
The Route matcher result.
RouteMatchResult()
The Route matcher result. |
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. |
|
lateinit var matchedLocation: Location
Matched location. |
|
lateinit var originalLocation: Location
Original location, from GPS. |
fun accept(visitor: MatchResultVisitor): Unit |