RangeCalculationFailure

data class RangeCalculationFailure(val options: RangeCalculationOptions, val failure: RoutingFailure)

Represents an failure 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.

failure

The calculation failure.

Constructors

Properties

Link copied to clipboard
Link copied to clipboard