Range

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.

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.

boundaries

A mapping of initial budget to range boundaries.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val origin: <Error class: unknown class>