Template:Fragoria Map
From FragoriaWiki
(Difference between revisions)
Line 42: | Line 42: | ||
// Bounds | // Bounds | ||
var allowedBounds = new google.maps.LatLngBounds( | var allowedBounds = new google.maps.LatLngBounds( | ||
- | new google.maps.LatLng(- | + | new google.maps.LatLng(-80, 90), |
- | new google.maps.LatLng( | + | new google.maps.LatLng(80, -88.999999999)); |
// Listen for the dragend event | // Listen for the dragend event | ||
google.maps.event.addListener(map, 'dragend', function() { | google.maps.event.addListener(map, 'dragend', function() { |
Revision as of 21:59, 3 April 2015