AnnotationManagerImpl
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
MapClick
Link copied to clipboard
Class handle the map click event
MapLongClick
Link copied to clipboard
Class handle the map long click event
MapMove
Link copied to clipboard
Class handle the map move event
Functions
addClickListener
Link copied to clipboard
addDragListener
Link copied to clipboard
addInteractionListener
Link copied to clipboard
addLongClickListener
Link copied to clipboard
enableDataDrivenProperty
Link copied to clipboard
Enable a data-driven property
getAnnotationIdKey
Link copied to clipboard
Get the key of the id of the annotation.
onSizeChanged
Link copied to clipboard
Invoked when MapView's width and height have changed.
queryMapForFeatures
Link copied to clipboard
Query the rendered annotation around the point
removeClickListener
Link copied to clipboard
removeDragListener
Link copied to clipboard
removeInteractionListener
Link copied to clipboard
removeLongClickListener
Link copied to clipboard
selectAnnotation
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