NoRoutePoints

class NoRoutePoints(message: String = "Route does not contain any route points") : RouteDataFailure

The requested data is calculated using route points, but the route does not contain any.

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

Parameters

message

Failure message.

Constructors

Link copied to clipboard
constructor(message: String = "Route does not contain any route points")

Inherited properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard