fluttercommunity / arcgis_map_sdk

Flutter implementation of the ArcGis map framework by esri
MIT License
12 stars 5 forks source link

Mobile: `moveCamera` somtimes fails when called directly after map init #65

Open JulianBissekkou opened 12 months ago

JulianBissekkou commented 12 months ago

Sometimes moving the camera right after the view has been created is failing. After shortly debugging, we found out that we access the current map scale of the map which can be NaN if the map initialzation is not fully done.