OnPolylineAnnotationLongClickListener

Interface definition for a callback to be invoked when a polylineAnnotation has been long clicked.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onAnnotationLongClick
Link copied to clipboard
abstract fun onAnnotationLongClick(annotation: PolylineAnnotation): Boolean
toString
Link copied to clipboard
open fun toString(): String