Authored by Thomas Rasch

o Incorporated some upstream change

... ... @@ -79,7 +79,7 @@
return;
self.position = RMScaleCGPointAboutPoint(self.position, zoomFactor, pivot);
self.bounds = RMScaleCGRectAboutPoint(self.bounds, zoomFactor, self.anchorPoint);
self.bounds = RMScaleCGRectAboutPoint(self.bounds, zoomFactor, pivot);
}
@end
... ...
... ... @@ -39,7 +39,7 @@
- (void)mapView:(RMMapView *)mapView didHideLayerForAnnotation:(RMAnnotation *)annotation;
- (void)beforeMapMove:(RMMapView *)map;
- (void)afterMapMove:(RMMapView *)map ;
- (void)afterMapMove:(RMMapView *)map;
- (void)afterMapMoveDeceleration:(RMMapView *)map;
- (void)beforeMapZoom:(RMMapView *)map byFactor:(float)zoomFactor near:(CGPoint)center;
... ...