Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. var map = new google.maps.Map(document.getElementById('map'), {
  2. center: {lat: 45.4655171, lng: 12.7700794},
  3. zoom: 3,
  4. minZoom: 3,
  5. zoomControl: true,
  6. restriction: {
  7. latLngBounds: {
  8. east: 179.9999,
  9. north: 85,
  10. south: -85,
  11. west: -179.9999
  12. },
  13. strictBounds: false
  14. },....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement