DJIFlyZoneDelegate
@protocol DJIFlyZoneDelegate <NSObject>
This protocol provides the delegate method to receive updated fly zone information.
-
A delegate method to receive the latest fly zone status.
Declaration
Objective-C
- (void)flyZoneManager:(nonnull DJIFlyZoneManager *)manager didUpdateFlyZoneStatus:(DJIFlyZoneStatus)status;