Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Fix minimumZoomLevel is not getting set.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-guerra committed Nov 30, 2017
1 parent 8cebab0 commit 787c782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/ios/src/MGLMapView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2930,6 +2930,7 @@ - (void)setZoomLevel:(double)zoomLevel animated:(BOOL)animated

- (void)setMinimumZoomLevel:(double)minimumZoomLevel
{
_mbglMap->setMinZoom(minimumZoomLevel);
}

- (double)minimumZoomLevel
Expand Down

0 comments on commit 787c782

Please sign in to comment.