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/BMKMultiPoint.h | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMultiPoint.h b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMultiPoint.h new file mode 100644 index 0000000..ec27735 --- /dev/null +++ b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMultiPoint.h @@ -0,0 +1,35 @@ +/* + * BMKMultiPoint.h + * BMapKit + * + * Copyright 2011 Baidu Inc. All rights reserved. + * + */ + +#import <Foundation/Foundation.h> +#import <BaiduMapAPI_Base/BMKTypes.h> +#import "BMKShape.h" + +/// ������������������������������������������������������������, ���������������������������, ������������������BMKPolyline,BMKPolygon������������ +@interface BMKMultiPoint : BMKShape { +@package + BMKMapPoint *_points; + NSUInteger _pointCount; + + BMKMapRect _boundingRect; +} + +/// ��������������� +@property (nonatomic, readonly) BMKMapPoint *points; + +/// ������������������ +@property (nonatomic, readonly) NSUInteger pointCount; + +/** + *������������������������������������������������������������������������������������������������ + *@param coords ���������������������������������������������������������������������������������������������������������������������������������������range.length��� + *@param range ��������������������������� + */ +- (void)getCoordinates:(CLLocationCoordinate2D *)coords range:(NSRange)range; + +@end -- Gitblit v1.8.0