copy

fun copy(origin: GeoPoint = this.origin, boundaries: Map<Budget, RangeBoundary> = this.boundaries): Range

Deprecated

This will be removed 6 months after the next release.

Replace with

Range(origin, boundaries)