-
Notifications
You must be signed in to change notification settings - Fork 16
Controls
Arnaud Leclerc edited this page Feb 26, 2021
·
4 revisions
Compass, pitch, style and zoom controls have their own directive, each of them accepting a position binding.
<azure-map>
<map-zoom-control position='top-left'></map-zoom-control>
<map-pitch-control position="top-right"></map-pitch-control>
<map-compass-control position="bottom-left"></map-compass-control>
<map-style-control position="bottom-right"></map-style-control>
</azure-map>
