Closed JulianBissekkou closed 1 year ago
The map doesn't refresh when adding a new GraphicsOverlay to the map. It's only visible when the user touches the map or moves it around.
GraphicsOverlay
There is an open issue in the esri community: https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mapview-graphicsoverlays-add-does-not-update-the/m-p/1240234
This issue should be fixed before open sourcing the repository, but it shouldn't delay the implementation of Graphics.
Fixed in https://github.com/phntmxyz/arcgis_map/commit/48e5855346ebecb4c9cc06c2169740005221200d
The map doesn't refresh when adding a new
GraphicsOverlay
to the map. It's only visible when the user touches the map or moves it around.There is an open issue in the esri community: https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mapview-graphicsoverlays-add-does-not-update-the/m-p/1240234
This issue should be fixed before open sourcing the repository, but it shouldn't delay the implementation of Graphics.