9 #import <Foundation/Foundation.h> 
   10 #import "OIMMultiPoint.h" 
   11 #import "OIMOverlay.h" 
   24 + (instancetype)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
 
   32 + (instancetype)polygonWithPoints:(
OIMPoint *)points count:(NSUInteger)count;
 
此类用于定义一个由多个点组成的闭合多边形, 点与点之间按顺序尾部相连, 第一个点与最后一个点相连, 通常OIMPolygon是OIMPolygonView的model ...
Definition: OIMPolygon.h:16
 
三维点坐标 
Definition: OIMType.h:230