OnLocationClickListener

The Location Component exposes an API for listening to when the user clicks on the location layer icon visible on the map. When this event occurs, the .onLocationComponentClick method gets invoked.

fun fun interface OnLocationClickListener

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onLocationComponentClick
Link copied to clipboard

Called whenever user clicks on the location layer drawn on the map.

abstract fun onLocationComponentClick()
toString
Link copied to clipboard
open override fun toString(): String