on Long Clicked
fun onLongClicked(onLongClick: (PolylineAnnotation) -> Boolean): PolylineAnnotationGroupInteractionsState
Set onLongClick Callback to be invoked when one of the PolylineAnnotation is long clicked. The long clicked PolylineAnnotation will be passed as parameter. Returns reference to PolylineAnnotationGroupInteractionsState for making chained calls.