TomTomSDKRangeCalculator

  • Range 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.
    See more

    Declaration

    Swift

    public struct Range
  • RangeBoundary represents different boundary representations. Currently it only supports polygon.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum RangeBoundary
  • Options for range calculation.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    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.
    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