Drawing Toolbar - arnaudleclerc/ng-azure-maps GitHub Wiki
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.