MapMatchedPointResult

data class MapMatchedPointResult(val sourceGeoPoint: GeoPoint, val mapMatchedWaypoint: Waypoint?, val postalAddress: Address?)

Data class that defines a result from GeoDecoder.mapMatch.

Constructors

Link copied to clipboard
constructor(sourceGeoPoint: GeoPoint, mapMatchedWaypoint: Waypoint?, postalAddress: Address?)

Properties

Link copied to clipboard

If the mapmatching was successfull, null otherwise

Link copied to clipboard

If the mapmatching was successfull and if getAddresses was set to true in GeoDecoder.mapMatch, null otherwise.

Link copied to clipboard

It's the exact same GeoPoint used for the mapmatching