If you want a satellite or hybrid map, change the :
cm_map.setCenter(new GLatLng(XX,YY), 2);
in order to have
cm_map.setCenter(new GLatLng(XX,YY), 3, G_SATELLITE_MAP);
or :
cm_map.setCenter(new GLatLng(XX,YY), 16, G_HYBRID_MAP);
Original issue reported on code.google.com by jmmf...@gmail.com on 5 Oct 2009 at 1:30
Original issue reported on code.google.com by
jmmf...@gmail.com
on 5 Oct 2009 at 1:30