|
@@ -139,10 +139,12 @@ enum { |
|
@@ -139,10 +139,12 @@ enum { |
139
|
- (void)moveBy: (CGSize) delta;
|
139
|
- (void)moveBy: (CGSize) delta;
|
140
|
- (void)zoomByFactor: (float) zoomFactor near:(CGPoint) center;
|
140
|
- (void)zoomByFactor: (float) zoomFactor near:(CGPoint) center;
|
141
|
- (void)zoomInToNextNativeZoomAt:(CGPoint) pivot animated:(BOOL) animated;
|
141
|
- (void)zoomInToNextNativeZoomAt:(CGPoint) pivot animated:(BOOL) animated;
|
|
|
142
|
+- (void)zoomOutToNextNativeZoomAt:(CGPoint) pivot animated:(BOOL) animated;
|
142
|
- (void)zoomByFactor: (float) zoomFactor near:(CGPoint) center animated:(BOOL) animated;
|
143
|
- (void)zoomByFactor: (float) zoomFactor near:(CGPoint) center animated:(BOOL) animated;
|
143
|
- (void)zoomByFactor: (float) zoomFactor near:(CGPoint) center animated:(BOOL) animated withCallback:(id<RMMapContentsAnimationCallback>)callback;
|
144
|
- (void)zoomByFactor: (float) zoomFactor near:(CGPoint) center animated:(BOOL) animated withCallback:(id<RMMapContentsAnimationCallback>)callback;
|
144
|
|
145
|
|
145
|
- (void)zoomInToNextNativeZoomAt:(CGPoint) pivot;
|
146
|
- (void)zoomInToNextNativeZoomAt:(CGPoint) pivot;
|
|
|
147
|
+- (void)zoomOutToNextNativeZoomAt:(CGPoint) pivot;
|
146
|
- (float)adjustZoomForBoundingMask:(float)zoomFactor;
|
148
|
- (float)adjustZoomForBoundingMask:(float)zoomFactor;
|
147
|
- (void)adjustMapPlacementWithScale:(float)aScale;
|
149
|
- (void)adjustMapPlacementWithScale:(float)aScale;
|
148
|
- (void)setZoomBounds:(float)aMinZoom maxZoom:(float)aMaxZoom;
|
150
|
- (void)setZoomBounds:(float)aMinZoom maxZoom:(float)aMaxZoom;
|