Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. new google.maps.Map(document.getElementById('map'), {
  2. restriction: {
  3. latLngBounds: {
  4. north: 85,
  5. south: -85,
  6. west: -180,
  7. east: 180
  8. }
  9. },
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement