-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
@@ -247,7 +247,8 @@ MGL_EXPORT IB_DESIGNABLE | |||
If the value of this property is smaller than that of the `minimumZoomLevel` | |||
property, the behavior is undefined. | |||
|
|||
The default value of this property is 20. | |||
The default value of this property is 22. The upper bound for this property | |||
is 25.5. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The corresponding iOS comment needs to be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is happening in #9835.
@@ -247,7 +247,8 @@ MGL_EXPORT IB_DESIGNABLE | |||
If the value of this property is smaller than that of the `minimumZoomLevel` | |||
property, the behavior is undefined. | |||
|
|||
The default value of this property is 20. | |||
The default value of this property is 22. The upper bound for this property | |||
is 25.5. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I originally left out the upper bound because setting the property to something higher like 30 would silently get capped to 25.5 anyways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@1ec5 Its nice to know it up front in that case, since there is no other way for a developer to know why its been capped.
Closes #8318.
Now that #7155 has been addressed, this change can go in with the caveat that we still have a related open issue: #9820