On
            fun interface OnPolygonAnnotationLongClickListener : OnAnnotationLongClickListener<PolygonAnnotation> 
Content copied to clipboard
Interface definition for a callback to be invoked when a polygonAnnotation has been long clicked.
Functions
on
                    Link copied to clipboard
                        abstract fun onAnnotationLongClick(annotation: PolygonAnnotation): Boolean
Content copied to clipboard