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 a certain amount of energy or fuel.

Constructors

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

Properties

Link copied to clipboard

A range boundary for each of the budgets specified in the RangeCalculationOptions.

Link copied to clipboard

The point from where the range was calculated. This is always a position on a road and thus might differ from the origin specified in the RangeCalculationOptions.