9 #import <Foundation/Foundation.h> 10 #import <BaiduMapAPI_Base/BMKTypes.h> 17 NSUInteger _pointCount;
26 @property (nonatomic, readonly) NSUInteger
pointCount;
33 - (void)getCoordinates:(CLLocationCoordinate2D *)coords range:(NSRange)range;
矩形,用直角地理坐标表示
Definition: BMKTypes.h:200
该类为一个抽象类,定义了基于BMKAnnotation的BMKShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用
Definition: BMKShape.h:13
NSUInteger pointCount
坐标点的个数
Definition: BMKMultiPoint.h:26
BMKMapPoint * points
坐标点数组
Definition: BMKMultiPoint.h:23
该类定义多个点,是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类BMKPolyline,BMKPolygon来实例化
Definition: BMKMultiPoint.h:14
地理坐标点,用直角地理坐标表示
Definition: BMKTypes.h:166