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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
The MapView class is declared as final. This prevents the override of some useful methods like onSizeChanged() or setZoomLevel(). Unless there's a good technical reason not do so, we should make the class non-final.
The text was updated successfully, but these errors were encountered:
Yes I would like to see this happen, but we need to take into account how this will affect our refactor to a more loosely coupled architecture. Linking issue #3145 for that.
The
MapView
class is declared asfinal
. This prevents the override of some useful methods likeonSizeChanged()
orsetZoomLevel()
. Unless there's a good technical reason not do so, we should make the class non-final.The text was updated successfully, but these errors were encountered: