@protocol RMMapViewDelegate <NSObject> @optional - ( void ) beforeMapMove: (RMMapView*) map
Use this for notifications of map panning, zooming, and taps on the RMMapView.
RMMapViewDelegate | Use this for notifications of map panning, zooming, and taps on the RMMapView. |
Functions | |
mapViewRegionDidChange | Tells the delegate that the region displayed by the map view just changed. |
- ( void )mapViewRegionDidChange:(RMMapView *)mapView
Tells the delegate that the region displayed by the map view just changed. This method is called whenever the currently displayed map region changes. During scrolling and zooming, this method may be called many times to report updates to the map position. Therefore, your implementation of this method should be as lightweight as possible to avoid affecting scrolling and zooming performance.
mapView | {<RMMapView *>} |
Use this for notifications of map panning, zooming, and taps on the RMMapView.
@protocol RMMapViewDelegate <NSObject> @optional - ( void ) beforeMapMove: (RMMapView*) map
Tells the delegate that the region displayed by the map view just changed.
- ( void )mapViewRegionDidChange:(RMMapView *)mapView