监控的车辆状态label约束修改,更新高德地图
This commit is contained in:
18
Pods/AMapNavi-NO-IDFA/AMapNaviKit.framework/Headers/MABaseEngineOverlay.h
generated
Normal file
18
Pods/AMapNavi-NO-IDFA/AMapNaviKit.framework/Headers/MABaseEngineOverlay.h
generated
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MABaseEngineOverlay.h
|
||||
// MAMapKit
|
||||
//
|
||||
// Created by linshiqing on 2024/1/23.
|
||||
// Copyright © 2024 Amap. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MABaseEngineOverlay : NSObject
|
||||
/// 移除Overlay
|
||||
- (void)removeOverlay;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user