RangeCalculationError
data class RangeCalculationError(val options: RangeCalculationOptions, val error: RoutingError)
Content copied to clipboard
Represents an error from a calculate-range call RangeCalculationError.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
options
The RangeCalculationOptions the range is based on.
error
The calculation error.
Constructors
Link copied to clipboard
fun RangeCalculationError(options: RangeCalculationOptions, error: RoutingError)
Content copied to clipboard