Classes

The following classes are available globally.

RoutingQuery

  • Routing Query

    Important

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

    Declaration

    Swift

    public class RoutingQuery : Query

BatchRoutingQuery

  • Batch Routing Query

    Important

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

    Declaration

    Swift

    public class BatchRoutingQuery : RoutingQuery

ReachableRangeQuery

  • Reachable Range Query

    Important

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

    Declaration

    Swift

    public class ReachableRangeQuery : RoutingQuery

BatchReachableRangeQuery

  • Batch Reachable Range Query

    Important

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

    Declaration

    Swift

    public class BatchReachableRangeQuery : RoutingQuery

AnnouncementUpdater

  • Important

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

    Declaration

    Swift

    public class AnnouncementUpdater

RoutingError

  • Describes any errors that occur during routing.

    Important

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

    Declaration

    Swift

    public class RoutingError : LocalizedError, Decodable

OnlineRangeCalculator

  • The Online Range Calculator is a REST wrapper for a suite of web services that allow developers to use our scalable routing engine.

    Important

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

    Declaration

    Swift

    public final class OnlineRangeCalculator : ReachableRangeRoutingService

OnlineRoutePlanner

  • The Online Route Planner is a REST wrapper for a suite of web services that allow developers to use our scalable routing engine.

    Important

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

    Declaration

    Swift

    public final class OnlineRoutePlanner : RoutePlanner