Classes

The following classes are available globally.

ApplicationLifecycleMonitor

SceneLifecycleMonitor

CopyrightsService

  • Default implementation of CopyrightsServiceProtocol.

    Important

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

    Declaration

    Swift

    public class CopyrightsService : CopyrightsServiceProtocol
    extension CopyrightsService: AdditionalQueryItemProvider
  • Class to add a key for the map. The key must be injected before a TomTomMapView can be used.

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

    Declaration

    Swift

    public class MapsDisplayService
  • Builder class for RenderedFeatureQuery.

    Important

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

    Declaration

    Swift

    public class RenderedFeatureQueryBuilder

TomTomMapView

  • Use the TomTomMapView object to display the map in the view hierarchy.

    See more

    Declaration

    Swift

    open class TomTomMapView : UIView