Open tuannguyenneo opened 1 year ago
@AutelSDK Any updates?
NativeHelper
/**
@param fileName 文件存储路径 */ public static native void writeNfzFile(String country, String jsonContent, String fileName);
/**
一个检查是否要更新,一个写入 目前只支持服务端的接入更新
@AutelSDK Can you tell me how to render NFZ in mapbox using the Japanese NFZ data preinstalled on the Remote Controller SE?
I have a few questions regarding the No-Fly Zone (NFZ) data accessibility and a specific function mentioned in your documentation.
The EVO II Pro V3 model is possible to fly in NFZ? As my testing, I can fly (manually) in my local NFZ (example: belonging to an airport zone). Please help me confirm that.
NFZ Data Availability: Could you please confirm if it is possible to retrieve No-Fly Zone (NFZ) data from the SDK version 1.5 (EVO II Pro V3 drone model)?
While reading your documentation, I came across a function related to flight control function implementation. The link to the documentation is as follows: checknfz method
The function includes parameters such as "country" and "md5." However, I am unsure about the proper usage and purpose of these parameters. Could you kindly provide guidance on how to correctly utilize this function, specifically regarding the "country" and "md5" parameters?
Thank you