AzureMapsControl.Components
AzureMapsControl.Components copied to clipboard
Razor Components for azure-maps-control
**Describe the bug** I can't seem to add text to cluster aggregates using this [sample](https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Bubble%20Layer/Cluster%20aggregates/Cluster%20aggregates.html#L77), even though it works in js; **To Reproduce** Steps to reproduce the behavior: Follow the...
Let's say we have user A and user B. And in the blazor app we have a layer in the azure map and some events in there, see a code...
I've got the sample compiling and running. But on starting up it throws: ``` Microsoft.JSInterop.JSException: Could not find 'azureMapsControl.Core.addMap' ('azureMapsControl' was undefined). Error: Could not find 'azureMapsControl.Core.addMap' ('azureMapsControl' was undefined)....
I want to call the method ```javascript datasource.getClusterExpansionZoom(cluster.properties.cluster_id).then(function (zoom) ``` This is very useful to handle a click on a cluster. thanks - dave
I have tested this with both AzureMap.OnClick and SymbolLayer.OnClick. For a pin with a single point both OnClick() event handlers are passed a MapMouseEventArgs.Shapes has the expected 1 point and...
I don't see how this can be an AzureMapsControl issue. But by the same measure, code I've seen for Azure Maps works for this. I am creating a popup as:...
At present the DispatchEvent() calls return a void. It would be better for them to return a ValueTask as the methods they call are generally synchronous, but in some cases...
1.14.0 Missing azure-maps-control.js & azure-maps-control.min.js files form nuget package. In the previous version 1.13.0 these could be found in the staticwebassets directory. **To Reproduce** 1. Create new Blazor Web App...
[According to this](https://learn.microsoft.com/en-us/azure/azure-maps/how-to-use-map-control) I think it's just: ``` ``` Is that it? Any change to: ``` ``` That seems to work fine - but I don't know if there's something...
This clarifies a couple of little things I tripped over getting started on this.