Package-level declarations

Types

Link copied to clipboard
abstract class Budget

Either of Budget.Fuel, Budget.Energy, Budget.Time or Budget.Distance.

Link copied to clipboard
data class Range(val origin: <Error class: unknown class>, val boundaries: Map<Budget, RangeBoundary>)

The range class contains reachability boundaries for one or more budgets, calculated around an origin point.

Link copied to clipboard
abstract class RangeBoundary

The range boundary class describes a reachable area.