Range

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.

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

Properties

Link copied to clipboard
Link copied to clipboard