I'm use gmap 3 in my website, but i want satellite map
here's my gmap 3 activation..
$('.map')
.gmap3({
center:[37.7638886, -122.4563572],
zoom:14,
scrollwheel: false,
mapTypeControl: false,
streetViewControl: false,
mapTypeId: "shadeOfGrey", // to select it directly
mapTypeControlOptions: {
mapTypeIds: [google.maps.MapTypeId.ROADMAP, "shadeOfGrey"]
}
})
You should use the value of
satelliteas themapTypeIdfield in yourMapOptionsobject:Documentation