Remove previous Marker and add new Marker in Google Map v2
问题 I want to remove a current marker after long click on map anywhere and recreate a new marker at that point. I have cleared google map on long click on map and new marker is created but the previous marker also displayed. My Code is: public class EditLocation extends Fragment { View v; Context c; GoogleMap MAP; Button back; int loc; String lat; boolean isTapped = true; public EditLocation(Context c, int location, String latitude) { // TODO Auto-generated constructor stub this.c = c; this.loc =