Advertisement
Guest User

Untitled

a guest
May 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import CompassControl from 'mapbox-gl-controls/lib/compass';
  2.  
  3. map.addControl(new CompassControl({
  4. instant: false // If false, compass is hidden if north is up (bearing is 0). default: true
  5. }), 'top-right');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement