You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A layer (PoiLayer) added to MapView gets synchronized with the underlying map (translation and zoom).
However, when the MapView is child of another container, at some point the layoutLayer call ceases and the PoiLayer is not synced for a while.
The text was updated successfully, but these errors were encountered:
I've run into this with a MapView not updating BaseMap whilst panning inside a container. I really don't understand what is going on, but something to do with layoutChildren not being called until a call to MapView.getLayoutBounds.
A layer (PoiLayer) added to MapView gets synchronized with the underlying map (translation and zoom).
However, when the MapView is child of another container, at some point the
layoutLayer
call ceases and the PoiLayer is not synced for a while.The text was updated successfully, but these errors were encountered: