9 #import "OIMMultiPoint.h"
10 #import "OIMOverlay.h"
15 @interface OIMPolyline : OIMMultiPoint
23 + (instancetype)polylineWithPoints:(
OIMPoint *)points count:(NSUInteger)count;
31 + (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
三维点坐标
Definition: OIMType.h:230