I have something like this
<AzureMapDataSourceProvider id="MapView" collection={featureCollection}>
where featureCollection is a state. Is it possible for the map to update the data points if featureCollection changes? or what's the correct approach to do this?
I have something like this
where featureCollection is a state. Is it possible for the map to update the data points if featureCollection changes? or what's the correct approach to do this?