Markers change position with zoom in/out
问题 I'm using the Google Maps API v2 for Android, and I want to place a couple of markers on the map. I have the code as following @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View rootView = inflater.inflate(R.layout.fragment_map, container, false); MapFragment fm = (MapFragment) getFragmentManager().findFragmentById(R.id.map); map = fm.getMap(); rootView.findViewById(R.id.map_hybrid).setSelected(true); map.setMapType(GoogleMap.MAP