Annotation Manager Impl
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 Click
Link copied to clipboard
Class handle the map click event
Map Long Click
Link copied to clipboard
Class handle the map long click event
Map Move
Link copied to clipboard
Class handle the map move event
Functions
add Click Listener
Link copied to clipboard
add Drag Listener
Link copied to clipboard
add Interaction Listener
Link copied to clipboard
add Long Click Listener
Link copied to clipboard
enable Data Driven Property
Link copied to clipboard
Enable a data-driven property
get Annotation Id Key
Link copied to clipboard
Get the key of the id of the annotation.
on Size Changed
Link copied to clipboard
Invoked when MapView's width and height have changed.
query Map For Features
Link copied to clipboard
Query the rendered annotation around the point
remove Click Listener
Link copied to clipboard
remove Drag Listener
Link copied to clipboard
remove Interaction Listener
Link copied to clipboard
remove Long Click Listener
Link copied to clipboard
select Annotation
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