Google Maps Satellite view
-
Is it possible to specify in the simnor_map shortcode to force satellite view?
The google maps API uses:
mapTypeId: google.maps.MapTypeId.ROADMAP
in “var mapOptions” to specify the map type. You would need to change google.maps.MapTypeId.ROADMAP to google.maps.MapTypeId.SATELLITE (other options include HYBRID and TERRAIN)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Google Maps Satellite view’ is closed to new replies.