Classes
The following classes are available globally.
-
Implementation of
AppLifecycleMonitor
which takes only UIApplication lifecycle. Designed for the case when the user app doesn’t support UIScenes.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class ApplicationLifecycleMonitor : ApplicationLifecycleMonitoring
-
Implementation of
AppLifecycleMonitor
which takes both UIApplication and UIScene lifecycle.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class SceneLifecycleMonitor : ApplicationLifecycleMonitoring
-
Class to add a key for the map. The key must be injected before a MapView can be used.
- Example: “” func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { MapsDisplayService.apiKey = “MAP_KEY” […] return true }
See more- Important: This is a Public Preview API. It may be changed or removed at any time.
Declaration
Swift
public class MapsDisplayService
-
Default implementation of CopyrightsServiceProtocol.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class TomTomCopyrightsService : CopyrightsService
-
Options that defines inner polygon. Can be used with
See morePolygonOverlayOptions
.Declaration
Swift
public class InnerPolygonOptions : AnnotationOptions
-
The default implementation of PolygonOverlay.
See moreDeclaration
Swift
public class MapPolygonOverlay : AnnotationInternal, PolygonOverlay
-
Builder class for
RenderedFeatureQuery
.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class RenderedFeatureQueryBuilder