Range
data class Range(val origin: GeoCoordinate, val polygons: Map<Budget, List<GeoCoordinate>>)
Content copied to clipboard
The range class contains reachability polygons for remaining energy budgets, calculated around an origin point.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
origin
The coordinate from where the range was calculated.
polygons
A mapping of initial budget to range polygon.
Constructors
Link copied to clipboard
fun Range(origin: GeoCoordinate, polygons: Map<Budget, List<GeoCoordinate>>)
Content copied to clipboard