Package-level declarations

Types

Link copied to clipboard
abstract class Budget

A budget used to determine the range of a vehicle from an initial location.

Link copied to clipboard
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.

Link copied to clipboard
abstract class RangeBoundary

Boundary of the area reachable from an initial vehicle position.

Link copied to clipboard

Entry point to perform a range calculation, that is, determining the boundary of the area reachable from an initial vehicle position given some budget such as limited energy.