Guest User

Untitled

a guest
Oct 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. var cz = map.getZoom()
  2.  
  3. if cz >= 8 {
  4. map.setZoom({ Take No Action });
  5. }
  6. else {
  7. map.setZoom({8});
  8. }
Add Comment
Please, Sign In to add comment