-
Creates a new
Range
instance with the given parameters.Declaration
Swift
public init(origin: CLLocationCoordinate2D, boundaries: [Budget : RangeBoundary])
Parameters
origin
Center location for the reachable range calculation (map-matching of the origin point).
boundaries
A mapping of initial budget to range boundaries.
-
Center location for the reachable range calculation (map-matching of the origin point).
Declaration
Swift
public let origin: CLLocationCoordinate2D
-
A mapping of initial budget to range boundaries.
Declaration
Swift
public let boundaries: [Budget : RangeBoundary]