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