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;
By Rinky Kandwal
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