Don't snap to marker after click in android map v2
Currently Android Map v2 snaps to marker location after click. I want to disable this behavior but see no options to do it. Does anybody know how to fix that? Based on what I read from the Markers - Google Maps Android API ( https://developers.google.com/maps/documentation/android/marker#marker_click_events ) Marker click events You can use an OnMarkerClickListener to listen for click events on the marker. To set this listener on the map, call GoogleMap.setOnMarkerClickListener(OnMarkerClickListener). When a user clicks on a marker, onMarkerClick(Marker) will be called and the marker will be