.

.

Set Google Map to default to Satellite View with displayed

set map by default sateelite

use this code on map script

map.gmap.mapTypeId = google.maps.MapTypeId.SATELLITE;  

set map by default map

use this code on map script

map.gmap.mapTypeId = google.maps.MapTypeId.ROADMAP; 


EmoticonEmoticon