8 #import <Foundation/Foundation.h> 10 #import "BMKMultiPoint.h" 11 #import "BMKOverlay.h" 29 + (
BMKPolygon *)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
37 - (BOOL)setPolygonWithPoints:(
BMKMapPoint *)points count:(NSInteger) count;
45 - (BOOL)setPolygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger) count;
此类用于定义一个多边形区域
Definition: BMKPolygon.h:14
该类定义多个点,是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类BMKPolyline,BMKPolygon来实例化
Definition: BMKMultiPoint.h:14
地理坐标点,用直角地理坐标表示
Definition: BMKTypes.h:166