TomTomSDKRangeCalculator

  • Boundaries of the areas reachable from an initial vehicle position given one or more budgets, such as a certain amount of energy or fuel.

    See more

    Declaration

    Swift

    public struct Range
  • Boundary of the area reachable from an initial vehicle position.

    See more

    Declaration

    Swift

    public enum RangeBoundary
  • 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.
    See more

    Declaration

    Swift

    public protocol RangeCalculator
  • Budget for determining maximum range which can be traveled.

    See more

    Declaration

    Swift

    public enum Budget : CustomStringConvertible, Hashable