addLocationMarkerClickListener
Registers LocationMarkerClickListener that will be notified about the click (aka tap) gesture recognized on the location marker. Both, the clicked position on the screen and the underlying location on the map, become parameters of the LocationMarkerClickListener.onLocationMarkerClick callback.
Parameters
listener
The LocationMarkerClickListener to add.
Throws
if listener is already added.