OnMapClickListener

interface OnMapClickListener

OnMapClickListener

Author

Jose J Varó - Copyright © 2018 MapsPeople A/S. All rights reserved.

Functions

Link copied to clipboard
@WorkerThread
abstract fun onMapClick(@NonNull point: LatLng, @Nullable locationList: List<MPLocation>): Boolean
Called when the user makes a tap gesture on the map, but only if none of the overlays of the map handled the gesture.