This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Commit 177afa9 1 parent d650b91 commit 177afa9 Copy full SHA for 177afa9
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ NS_ASSUME_NONNULL_BEGIN
31
31
@property (nonatomic ) IBInspectable double latitude;
32
32
@property (nonatomic ) IBInspectable double longitude;
33
33
@property (nonatomic ) IBInspectable double zoomLevel;
34
+ @property (nonatomic ) IBInspectable double minimumZoomLevel;
35
+ @property (nonatomic ) IBInspectable double maximumZoomLevel;
34
36
35
37
// Renamed properties. Interface Builder derives the display name of each
36
38
// inspectable from the runtime name, but runtime names don’t always make sense
Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ MGL_EXPORT IB_DESIGNABLE
610
610
*
611
611
* The default minimumZoomLevel is 0.
612
612
*/
613
- @property (nonatomic ) IBInspectable double minimumZoomLevel;
613
+ @property (nonatomic ) double minimumZoomLevel;
614
614
615
615
/* *
616
616
* The maximum zoom level the map can be shown at.
@@ -621,7 +621,7 @@ MGL_EXPORT IB_DESIGNABLE
621
621
* The default maximumZoomLevel is 22. The upper bound for this property
622
622
* is 25.5.
623
623
*/
624
- @property (nonatomic ) IBInspectable double maximumZoomLevel;
624
+ @property (nonatomic ) double maximumZoomLevel;
625
625
626
626
/* *
627
627
The heading of the map, measured in degrees clockwise from true north.
You can’t perform that action at this time.
0 commit comments