Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a way of getting the hybrid map to show?
Sure, go into the maps.js and change this line:
map.setMapType(G_NORMAL_MAP);
To:
map.setMapType(G_HYBRID_MAP);
Sebastiaan, thanks for this, I just needed to put this in my GoogleMap.js file and change the start to just have m.
m.setMapType(G_HYBRIB_MAP);
Thanks very much.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Hybrid Map Type
Is there a way of getting the hybrid map to show?
Sure, go into the maps.js and change this line:
To:
Sebastiaan, thanks for this, I just needed to put this in my GoogleMap.js file and change the start to just have m.
Thanks very much.
is working on a reply...