-
Notifications
You must be signed in to change notification settings - Fork 16
Drawing Toolbar
Arnaud Leclerc edited this page Feb 11, 2021
·
1 revision
The drawing toolbar can be added using the map-drawing-toolbar directive.
The drawingChanged, drawingChanging, drawingComplete, drawingModeChanged and drawingStarted events are available as Output of the directive.
<azure-map>
<map-drawing-toolbar position="top-right" toolbarStyle="dark"></map-drawing-toolbar>
</azure-map>
NB: To avoid conflict with the style html tag, the style to apply to the toolbar can be found under toolbarStyle instead.
Please refer to the Azure Maps Documentation for customization and events.
