RoutingOnlineService

public class RoutingOnlineService : RoutingSecurity

Class to add a key for a routing service. The key must be injected before the TomTomRoutingService can be used.

  • Example: “” func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { RoutingOnlineService.routingKey = “ROUTING_KEY” […] return true }
- Important: This is a Public Preview API. It may be changed or removed at any time.

Public

  • Navigation key is used to access the navigation services.

    Declaration

    Swift

    public static var routingKey: String? { get set }