MapMatchingError

class MapMatchingError(message: String? = null) : RoutingError

One of the input points (Origin, Destination, Waypoints) could not be matched to the map because there is no known drivable section near this point.

Constructors

Link copied to clipboard
fun MapMatchingError(message: String? = null)

Properties

Link copied to clipboard
val message: String?