Closed YaroTs closed 2 years ago
Yes, it is not supported by iOS and only supported by Android MSDK.
Does it make sense to correct iOS docs and exclude this model from methods description in this case?
Yes, it is. I think the dev team just copy the doc from Android MSDK doc. Anyway just ignore it for now.
Sdk version: 4.16.2
There are following comments in api documentation for
DJICamera
andDJILens
classes:For Zenmuse H20 Series and Mavic 2 Enterprise Advanced, please use class DJILens.
But I don't see such model inside
DJIAircraft
orDJICameraDisplayNames
strings:There are only the following models:
public let DJIAircraftModelNameMavic2Enterprise: String
public let DJIAircraftModelNameMavic2EnterpriseDual: String
Is DJIAircraftModelNameMavic2Enterprise == Mavic 2 Enterprise Advanced or am I missing something?