Package com.mapbox.maps.plugin.delegates

Types

MapAttributionDelegate
Link copied to clipboard
interface MapAttributionDelegate

Map attribution delegates the request to get attribution data from the underlying map style.

MapCameraManagerDelegate
Link copied to clipboard
interface MapCameraManagerDelegate

Definition of a camera delegate. Any invocation will interact with the map's actual camera.

MapDelegateProvider
Link copied to clipboard
interface MapDelegateProvider

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

MapFeatureQueryDelegate
Link copied to clipboard
interface MapFeatureQueryDelegate

Definition of the feature query delegate. Provide interface to query map's features.

MapListenerDelegate
Link copied to clipboard
interface MapListenerDelegate

Definition of a listener manager delegate to manage all kinds of listeners.

MapPluginExtensionsDelegate
Link copied to clipboard
interface MapPluginExtensionsDelegate

Definition of the map plugin extensions delegate. Makes possible to call plugin functions directly from MapboxMap.

MapPluginProviderDelegate
Link copied to clipboard
interface MapPluginProviderDelegate

Definition of a map plugin provider delegate.

MapProjectionDelegate
Link copied to clipboard
interface MapProjectionDelegate

Definition of a map projection delegate.

MapStyleStateDelegate
Link copied to clipboard
fun interface MapStyleStateDelegate

Delegate that allows to check if the style has fully loaded.

MapTransformDelegate
Link copied to clipboard
interface MapTransformDelegate

Definition of a map transform delegate.