I am using the map component on one of the pages in my project. As part of the functionality, I call map.fitBounds() to display the relevant area of the map where markers appear.
The issue is that on testing, the original version of map appears first (momentarily) and then the new version with markers and fitBounds shows up. This causes disruption in user experience.
Is there a way to not show the original version map (i.e. the one created via placing component in Appery UI), but only display the desired version of the map?
Thank you.