Search code examples
androidgoogle-mapsgoogle-maps-markersmarker

How to know if user touch the marker in Google map v2?


I need to know if user touch the marker.

enter image description here

Any idea? I hope that somebody help me.


Solution

  • Try to implement OnMarkerClickListner and override onMarkerClick method.

    Hava a look at this