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.
MapView has getZoomLevel(), while NativeMapView and LatLngZoom both have getZoom(). The Android bindings should standardize on one term to avoid confusion. The iOS SDK and OS X port have standardized on “zoom level”, to avoid situations where “zoom” is used as a noun in places where verbs can also be used.
@tobrun Since #3145 is a bit of a bigger lift that may or may not be ready by the time we're ready to release the next PROD version of the SDK let's knock this issue out first as getting things named consistently is important. Cool?
MapView
hasgetZoomLevel()
, whileNativeMapView
andLatLngZoom
both havegetZoom()
. The Android bindings should standardize on one term to avoid confusion. The iOS SDK and OS X port have standardized on “zoom level”, to avoid situations where “zoom” is used as a noun in places where verbs can also be used./cc @bleege
The text was updated successfully, but these errors were encountered: