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
Currently, you can't access the Zoom property of MapView. The set/get zoom function only returns the preferred zoom, not the actual zoom.
MapView has access to the BaseMap (which contains this much-needed zoom property). However, BaseMap is not exposed by the module. The easiest solution is to add a function, zoomProperty(), that forwards the call to BaseMap.
Currently, you can't access the Zoom property of MapView. The set/get zoom function only returns the preferred zoom, not the actual zoom.
MapView has access to the BaseMap (which contains this much-needed zoom property). However, BaseMap is not exposed by the module. The easiest solution is to add a function, zoomProperty(), that forwards the call to BaseMap.
relates to #87 and #69
The text was updated successfully, but these errors were encountered: