Commit dba23b51 authored by 放牛的园子's avatar 放牛的园子

修改地图高度设置

parent 292c59c9
...@@ -12,8 +12,9 @@ ...@@ -12,8 +12,9 @@
@property(nonatomic, copy) RCTBubblingEventBlock onStatusChangeComplete; @property(nonatomic, copy) RCTBubblingEventBlock onStatusChangeComplete;
@property(nonatomic) BOOL loaded; @property(nonatomic) BOOL loaded;
@property(nonatomic) CGFloat mheight;
@property(nonatomic) MACoordinateRegion initialRegion; @property(nonatomic) MACoordinateRegion initialRegion;
- (AMapMarker *)getMarker:(id <MAAnnotation>)annotation; - (AMapMarker *)getMarker:(id <MAAnnotation>)annotation;
- (AMapSmoothMoveMarker *)getSmoothMarker:(id <MAAnnotation>)annotation; - (AMapSmoothMoveMarker *)getSmoothMarker:(id <MAAnnotation>)annotation;
@end @end
\ No newline at end of file
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