中华联合和监控不在缩小图标
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#import "MAMapCustomStyleOptions.h"
|
||||
#import <AMapFoundationKit/AMapServices.h>
|
||||
#import "MABaseEngineOverlay.h"
|
||||
#import "MAPoiFilter.h"
|
||||
|
||||
///地图类型
|
||||
typedef NS_ENUM(NSInteger, MAMapType)
|
||||
@@ -805,6 +806,23 @@ extern NSString * const kMAMapLayerCameraDegreeKey;
|
||||
- (void)addEngineOverlay:(MABaseEngineOverlay *)overlay;
|
||||
@end
|
||||
|
||||
@interface MAMapView (PoiFilter)
|
||||
/**
|
||||
* @brief 添加poi避让框
|
||||
* @param poiFilter
|
||||
*/
|
||||
- (void)addPoiFilter:(MAPoiFilter *)poiFilter;
|
||||
/**
|
||||
* @brief 移除poi避让框
|
||||
* @param keyName 名称
|
||||
*/
|
||||
- (void)removePoiFilter:(NSString *)keyName;
|
||||
/**
|
||||
* @brief 清除poi避让框
|
||||
*/
|
||||
- (void)clearPoiFilter;
|
||||
@end
|
||||
|
||||
#pragma mark - MAMapViewDelegate
|
||||
@protocol MAMapViewDelegate <NSObject>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user