Annotation
    abstract class AnnotationManagerImpl<G : Geometry, T : Annotation<G>, S : AnnotationOptions<G, T>, D : OnAnnotationDragListener<T>, U : OnAnnotationClickListener<T>, V : OnAnnotationLongClickListener<T>, I : OnAnnotationInteractionListener<T>, L : Layer>(val delegateProvider: MapDelegateProvider, annotationConfig: AnnotationConfig?) : AnnotationManager<G, T, S, D, U, V, I> 
Base class for annotation managers
Constructors
Link copied to clipboard
                fun AnnotationManagerImpl(delegateProvider: MapDelegateProvider, annotationConfig: AnnotationConfig?)
Types
Link copied to clipboard
                Class handle the map click event
Link copied to clipboard
                Class handle the map long click event
Link copied to clipboard
                Class handle the map move event
Functions
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Enable a data-driven property
Link copied to clipboard
                Get the key of the id of the annotation.
Link copied to clipboard
                Invoked when MapView's width and height have changed.
Link copied to clipboard
                Query the rendered annotation around the point
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Toggles the annotation's selection state. If the annotation is deselected, it becomes selected. If the annotation is selected, it becomes deselected.
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard