Range

data class Range(val origin: GeoPoint, val boundaries: Map<Budget, RangeBoundary>)

Boundaries of the areas reachable from an initial vehicle position given one or more budgets such as limited energy, as a result of a RangeCalculator.calculateRange call.

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

Parameters

origin

The point from where the range was calculated. Due to map matching, this might differ from the origin specified in the RangeCalculationOptions.

boundaries

Maps each of the budgets specified in the RangeCalculationOptions to the corresponding range boundary.

Constructors

Link copied to clipboard
constructor(origin: GeoPoint, boundaries: Map<Budget, RangeBoundary>)

Properties

Link copied to clipboard
Link copied to clipboard