Open
Description
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 the MapMouseEventArgs.Features has 0 entries.
For a clustered point, both OnClick() event Handlers are passed a MapMouseEventArgs.Shapes with 0 entries and a MapMouseEventArgs.Features with 1 entry that has the cluster properties ("point_count", etc.)
According to this sample, both OnClick() event handlers should be passed a list of entries in the MapMouseEventArgs.Shapes.
I can create an example if needed. Please note that this sample does not access the MapMouseEventArgs.Shapes.
Metadata
Metadata
Assignees
Labels
No labels