...
|
...
|
@@ -139,10 +139,12 @@ enum { |
|
|
- (void)moveBy: (CGSize) delta;
|
|
|
- (void)zoomByFactor: (float) zoomFactor near:(CGPoint) center;
|
|
|
- (void)zoomInToNextNativeZoomAt:(CGPoint) pivot animated:(BOOL) animated;
|
|
|
- (void)zoomOutToNextNativeZoomAt:(CGPoint) pivot animated:(BOOL) animated;
|
|
|
- (void)zoomByFactor: (float) zoomFactor near:(CGPoint) center animated:(BOOL) animated;
|
|
|
- (void)zoomByFactor: (float) zoomFactor near:(CGPoint) center animated:(BOOL) animated withCallback:(id<RMMapContentsAnimationCallback>)callback;
|
|
|
|
|
|
- (void)zoomInToNextNativeZoomAt:(CGPoint) pivot;
|
|
|
- (void)zoomOutToNextNativeZoomAt:(CGPoint) pivot;
|
|
|
- (float)adjustZoomForBoundingMask:(float)zoomFactor;
|
|
|
- (void)adjustMapPlacementWithScale:(float)aScale;
|
|
|
- (void)setZoomBounds:(float)aMinZoom maxZoom:(float)aMaxZoom;
|
...
|
...
|
|