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>(delegateProvider: MapDelegateProvider, annotationConfig: AnnotationConfig?) : AnnotationManager<G, T, S, D, U, V, I> 
Content copied to clipboard
Base class for annotation managers
Constructors
AnnotationManagerImpl
                          
                    Link copied to clipboard
                        fun AnnotationManagerImpl(delegateProvider: MapDelegateProvider, annotationConfig: AnnotationConfig?)
Content copied to clipboard
Types
Map
                    Link copied to clipboard
                        Class handle the map click event
Map
                    Link copied to clipboard
                        Class handle the map long click event
Map
                    Link copied to clipboard
                        Class handle the map move event
Functions
add
                    Link copied to clipboard
                        add
                    Link copied to clipboard
                        add
                    Link copied to clipboard
                        add
                    Link copied to clipboard
                        enable
                    Link copied to clipboard
                        Enable a data-driven property
get
                    Link copied to clipboard
                        Get the key of the id of the annotation.
on
                    Link copied to clipboard
                        Invoked when MapView's width and height have changed.
query
                    Link copied to clipboard
                        Query the rendered annotation around the point
remove
                    Link copied to clipboard
                        remove
                    Link copied to clipboard
                        remove
                    Link copied to clipboard
                        remove
                    Link copied to clipboard
                        select
                    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
annotations
                          
                    Link copied to clipboard
                        clickListeners
                          
                    Link copied to clipboard
                        delegateProvider
                          
                    Link copied to clipboard
                        dragListeners
                          
                    Link copied to clipboard
                        interactionListener
                          
                    
                  Link copied to clipboard
                        layerFilter
                          
                    
                  Link copied to clipboard
                        longClickListeners
                          
                    
                  Link copied to clipboard
                        Inheritors
CircleAnnotationManager
                          
                    
                  Link copied to clipboard
                        PointAnnotationManager
                          
                    
                  Link copied to clipboard
                        PolygonAnnotationManager
                          
                    
                  Link copied to clipboard
                        PolylineAnnotationManager
                          
                    
                  Link copied to clipboard