Polygon
            class PolygonAnnotationManager(delegateProvider: MapDelegateProvider, annotationConfig: AnnotationConfig?) : AnnotationManagerImpl<Polygon, PolygonAnnotation, PolygonAnnotationOptions, OnPolygonAnnotationDragListener, OnPolygonAnnotationClickListener, OnPolygonAnnotationLongClickListener, OnPolygonAnnotationInteractionListener, FillLayer> 
Content copied to clipboard
The polygonAnnotation manager allows to add polygonAnnotations to a map.
Constructors
PolygonAnnotationManager
                          
                    Link copied to clipboard
                        fun PolygonAnnotationManager(delegateProvider: MapDelegateProvider, annotationConfig: AnnotationConfig? = null)
Content copied to clipboard
Types
Functions
add
                    Link copied to clipboard
                        add
                    Link copied to clipboard
                        add
                    Link copied to clipboard
                        open fun addInteractionListener(i: OnPolygonAnnotationInteractionListener): Boolean
Content copied to clipboard
add
                    Link copied to clipboard
                        open fun addLongClickListener(v: OnPolygonAnnotationLongClickListener): Boolean
Content copied to clipboard
create
                          
                    Link copied to clipboard
                        fun create(featureCollection: FeatureCollection): List<PolygonAnnotation>
Content copied to clipboard
Create a list of polygonAnnotations on the map.
open override fun create(option: PolygonAnnotationOptions): PolygonAnnotation
Content copied to clipboard
Create an annotation with the option
open override fun create(options: List<PolygonAnnotationOptions>): List<PolygonAnnotation>
Content copied to clipboard
Create some annotations with the options
delete
                          
                    Link copied to clipboard
                        Delete the annotation
Delete annotations in the list
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
                        fun queryMapForFeatures(screenCoordinate: ScreenCoordinate): PolygonAnnotation?
Content copied to clipboard
Query the rendered annotation around the point
remove
                    Link copied to clipboard
                        open fun removeClickListener(u: OnPolygonAnnotationClickListener): Boolean
Content copied to clipboard
remove
                    Link copied to clipboard
                        remove
                    Link copied to clipboard
                        open fun removeInteractionListener(i: OnPolygonAnnotationInteractionListener): Boolean
Content copied to clipboard
remove
                    Link copied to clipboard
                        open fun removeLongClickListener(v: OnPolygonAnnotationLongClickListener): Boolean
Content 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.
update
                          
                    Link copied to clipboard
                        Update the annotation
Update annotations in the list
Properties
annotations
                          
                    
                  Link copied to clipboard
                        clickListeners
                          
                    Link copied to clipboard
                        open override val clickListeners: MutableList<OnPolygonAnnotationClickListener>
Content copied to clipboard
delegateProvider
                          
                    Link copied to clipboard
                        dragListeners
                          
                    Link copied to clipboard
                        open override val dragListeners: MutableList<OnPolygonAnnotationDragListener>
Content copied to clipboard
fillAntialias
                          
                    Link copied to clipboard
                        fillTranslate
                          
                    Link copied to clipboard
                        fillTranslateAnchor
                          
                    
                  Link copied to clipboard
                        interactionListener
                          
                    Link copied to clipboard
                        open override val interactionListener: MutableList<OnPolygonAnnotationInteractionListener>
Content copied to clipboard
layerFilter
                          
                    
                  Link copied to clipboard
                        longClickListeners
                          
                    Link copied to clipboard
                        open override val longClickListeners: MutableList<OnPolygonAnnotationLongClickListener>
Content copied to clipboard