From a8297afeff989f07a0d54dadfec7b34799a9c5dd Mon Sep 17 00:00:00 2001 From: 单军华 Date: Wed, 11 Jul 2018 11:40:39 +0800 Subject: [PATCH] 打包配置 --- screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOverlay.h | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOverlay.h b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOverlay.h new file mode 100644 index 0000000..588b9b0 --- /dev/null +++ b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOverlay.h @@ -0,0 +1,32 @@ +/* + * BMKOverlay.h + * BMapKit + * + * Copyright 2011 Baidu Inc. All rights reserved. + * + */ + +#import "BMKAnnotation.h" +#import <BaiduMapAPI_Base/BMKTypes.h> + +/// ��������������������������������������������������������������������������������� +@protocol BMKOverlay <BMKAnnotation> +@required + +/// ������������������������. +@property (nonatomic, readonly) CLLocationCoordinate2D coordinate; + +/// ������������������������ +@property (nonatomic, readonly) BMKMapRect boundingMapRect; + +@optional +/** + *���������������������������������Overlay���������������������������������overlay view���������. + *������������BMKMapRectIntersectsRect([overlay boundingRect], mapRect)������. + *@param mapRect ���������BMKMapRect + *@return ������������������YES���������������NO + */ +- (BOOL)intersectsMapRect:(BMKMapRect)mapRect; + +@end + -- Gitblit v1.8.0