Commit d68cec5a authored by Qiu Xiang's avatar Qiu Xiang

修正 ios marker 事件名

parent d2b294e0
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
@interface AMapMarker : UIView <MAAnnotation, AMapOverlayDelegate> @interface AMapMarker : UIView <MAAnnotation, AMapOverlayDelegate>
@property(nonatomic, copy) RCTBubblingEventBlock onMarkerClick; @property(nonatomic, copy) RCTBubblingEventBlock onPress;
@property(nonatomic, copy) RCTBubblingEventBlock onInfoWindowClick; @property(nonatomic, copy) RCTBubblingEventBlock onInfoWindowPress;
@property(nonatomic, copy) RCTBubblingEventBlock onMarkerDragStart; @property(nonatomic, copy) RCTBubblingEventBlock onDragStart;
@property(nonatomic, copy) RCTBubblingEventBlock onMarkerDrag; @property(nonatomic, copy) RCTBubblingEventBlock onDrag;
@property(nonatomic, copy) RCTBubblingEventBlock onMarkerDragEnd; @property(nonatomic, copy) RCTBubblingEventBlock onDragEnd;
- (CLLocationCoordinate2D)coordinate; - (CLLocationCoordinate2D)coordinate;
- (NSString *)title; - (NSString *)title;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment