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