OnboardMapError

class OnboardMapError(val message: String = "") : SearchError

Onboard map is faulty, one possible reason being missing support for full text search in the underlying map.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun OnboardMapError(message: String = "")

Properties

Link copied to clipboard
val message: String