9 #ifndef MBMapViewDelegate_h 10 #define MBMapViewDelegate_h 17 @protocol MBMapViewDelegate <NSObject>
56 - (void)mbMapView:(
MBMapView *)mapView onAnnotationsClicked:(NSArray *)annots;
94 - (void)mbMapView:(
MBMapView *)mapView onPoiSelected:(NSString *)name pos:(
MBPoint)pos;
95 - (void)mbMapView:(
MBMapView *)mapView onPoiSelectedNds:(NSString *)name pos:(
MBNdsPoint)area;
104 - (void)mbMapView:(
MBMapView *)mapView onPoiDeselected:(NSString *)name pos:(
MBPoint)pos;
105 - (void)mbMapView:(
MBMapView *)mapView onPoiDeselectedNds:(NSString *)name pos:(
MBNdsPoint)area;
115 - (void)mbMapView:(
MBMapView *)mapView onPoiClicked:(NSString *)name pos:(
MBPoint)pos;
133 - (void)mbMapView:(
MBMapView *)mapView onCameraAnimationEnded:(
void*)unused;
145 - (void)mbMapView:(
MBMapView *)mapView onTapped:(NSInteger)tapCount pos:(
MBPoint)pos;
163 - (BOOL)mbMapViewEnableGesture:(
MBMapView *)mapView point:(CGPoint)point;
192 - (void)mbMapView:(
MBMapView *)mapView trafficEventDidClickedWithDescription:(NSString *)descrip roadName:(NSString *)roadName;
200 - (void)mbMapViewDidTouched:(
MBMapView *)mapView;
207 - (void)mbMapViewOnRotate:(
MBMapView *)mapView;
214 - (void)mbMapView:(
MBMapView *)mapView onGestureAnimationEvent:(BOOL)animStarted;
224 - (void)mbMapView:(
MBMapView *)mapView onTileLoadingFinished:(
void*)unused;
231 - (void)mbMapViewDrawFinished:(
MBMapView *)mapView;
241 - (void)mbMapView:(
MBMapView *)mapView onOnlineDataVersionChecked:(BOOL)upgraded;
Definition: MBMapView.h:153
Definition: MBOverlay.h:26
Definition: MBAnnotation.h:79
MBAnnotationArea
Definition: MBAnnotation.h:68
MBCameraSetting
Definition: MBMapView.h:91
Definition: MBNaviCoreBase.h:67
Definition: MBNaviCoreBase.h:31