Range Calculator
Budget for determining maximum range which can be traveled.
See moreDeclaration
Swift
public enum Budget : CustomStringConvertible, Hashable
Boundary of the area reachable from an initial vehicle position.
See moreDeclaration
Swift
public enum RangeBoundary
Options for range calculation.
See moreDeclaration
Swift
public struct RangeCalculationOptions
This service calculates a set of locations that can be reached from the origin point, subject to the available fuel or energy budget
that is specified in the RangeCalculationOptions
.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol RangeCalculator