监控的车辆状态label约束修改,更新高德地图

This commit is contained in:
DDIsFriend
2024-04-02 15:51:09 +08:00
parent 990658582a
commit 4018a59c7a
2862 changed files with 15621 additions and 3359 deletions

View File

@@ -38,6 +38,9 @@ NS_ASSUME_NONNULL_BEGIN
///最大显示级别 default 20
@property (nonatomic, assign) CGFloat maxZoom;
///是否为glb格式 @since 9.7.0
@property (nonatomic, assign, getter=isGlbFormat) BOOL glbFormat;
/**
* @brief 根据中心点、模型文件data以及纹理图生成MAGltfOverlay
* @param coordinate 中心点的经纬度坐标,无效坐标按照{00}处理