MapDelegateProvider

interface MapDelegateProvider

Definition of map delegate transporter. Provides hooks to all map delegate instances.

Functions

getStyle
Link copied to clipboard
abstract fun getStyle(callback: (StyleInterface) -> Unit)

Delegate used to interact with map's plugins.

Properties

mapAttributionDelegate
Link copied to clipboard
abstract val mapAttributionDelegate: MapAttributionDelegate

Delegate used to interact with map's attribution.

mapCameraManagerDelegate
Link copied to clipboard
abstract val mapCameraManagerDelegate: MapCameraManagerDelegate

Delegate used to interact with map's camera.

mapFeatureQueryDelegate
Link copied to clipboard
abstract val mapFeatureQueryDelegate: MapFeatureQueryDelegate

Delegate used to feature queries.

mapListenerDelegate
Link copied to clipboard
abstract val mapListenerDelegate: MapListenerDelegate

Delegate used to manager listeners.

mapPluginProviderDelegate
Link copied to clipboard
abstract val mapPluginProviderDelegate: MapPluginProviderDelegate

Delegate used to interact with map's plugins.

mapProjectionDelegate
Link copied to clipboard
abstract val mapProjectionDelegate: MapProjectionDelegate

Delegate used to interact with map's projection methods.

mapTransformDelegate
Link copied to clipboard
abstract val mapTransformDelegate: MapTransformDelegate

Delegate used to interact with map's transform methods.

styleStateDelegate
Link copied to clipboard
abstract val styleStateDelegate: MapStyleStateDelegate

Delegate used for style state.