Classes
The following classes are available globally.
-
Implementation of
AppLifecycleMonitorwhich takes only UIApplication lifecycle. Designed for the case when the user app doesn’t support UIScenes.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class ApplicationLifecycleMonitor : ApplicationLifecycleMonitoring
-
Implementation of
AppLifecycleMonitorwhich takes both UIApplication and UIScene lifecycle.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class SceneLifecycleMonitor : ApplicationLifecycleMonitoring
-
Default implementation of CopyrightsServiceProtocol.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class CopyrightsService : CopyrightsServiceProtocolextension CopyrightsService: AdditionalQueryItemProvider -
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.mapsKey = “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
-
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.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class RenderedFeatureQueryBuilder
Classes Reference