Why does the callback function for the ‘drawingstarted’ event in Azure Map not return any parameters?
add(eventType: “drawingchanged” | “drawingchanging” | “drawingcomplete” | “drawingstarted” | “drawingerased”, target: atlas.drawing.DrawingManager, callback: (e: azmaps.Shape) => void): void;
The ‘autoResize’ set to ‘true’ in AzureMap does not take effect when the parent size is changed
In Azure Maps, when autoResize is set to true, it seems that the map only resizes based on changes in the browser window size. It does not trigger a resize event when the dimensions of the parent element change within the page.