Commit 057e10ae authored by Qiu Xiang's avatar Qiu Xiang

移除无用代码

parent fa2265bd
......@@ -150,16 +150,6 @@ RCT_EXPORT_METHOD(animateTo:(nonnull NSNumber *)reactTag params:(NSDictionary *)
}
}
- (NSDictionary *)buildStatusData:(MAMapStatus *)status {
return @{
@"zoomLevel": @(status.zoomLevel),
@"tilt": @(status.cameraDegree),
@"rotation": @(status.rotationDegree),
@"latitude": @(status.centerCoordinate.latitude),
@"longitude": @(status.centerCoordinate.longitude),
};
}
- (void)mapViewRegionChanged:(AMapView *)mapView {
if (mapView.onStatusChange) {
MAMapStatus *status = mapView.getMapStatus;
......
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