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: GeoPoint, val polygons: Map<Budget, List<GeoPoint>>)

The range class contains reachability polygons for remaining energy budgets, calculated around an origin point.