Jump to content

[SOLVED]How to change default google map wiew from road view to satelite !


Recommended Posts

As I understand i must edit one line in file stores.js

What I must type instead of roadmap?

Thanks !

 

 

map = new google.maps.Map(document.getElementById('map'), {

center: new google.maps.LatLng(defaultLat, defaultLong),

zoom: 17,

mapTypeId: 'roadmap',

mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU}

Edited by johnxl (see edit history)
Link to comment
Share on other sites

  • 3 months later...
×
×
  • Create New...