cOrts / gmaps-samples

Automatically exported from code.google.com/p/gmaps-samples
1 stars 0 forks source link

If you want a hybrid or satellite map #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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