Google meshups

Hello guys,

How to change the google Maptype to hybrid instead of satelite/map

Krishna Porandla wrote:

Hello guys,

How to change the google Maptype to hybrid instead of satelite/map

you can get it by

map.setMapType(G_SATELLITE_MAP);
map.setMapType(G_HYBRID_MAP);

map.setUIToDefault(); // to get all views

thanks