RangeCalculationError

data class RangeCalculationError(val options: RangeCalculationOptions, val error: RoutingError)

Represents an error from a RangeCalculator.calculateRange call.

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

Parameters

options

The RangeCalculationOptions used in the request.

error

The calculation error.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard