MapDelegateProvider

interface MapDelegateProvider

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getStyle
Link copied to clipboard
abstract fun getStyle(callback: (StyleInterface) -> Unit)
Delegate used to interact with map's plugins.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

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.