22 +
(instancetype)polylineWithCoordinates:(CLLocationCoordinate2D
*)coords count:(NSUInteger)count;
该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类
Definition: LMKOverlay.h:14
该类是个由多个点组成的虚基类, 不能直接实例化对象,
要使用其子类LMKPolyline,LMKPolygon来实例化 ...
Definition: LMKMultiPoint.h:15
此类用于定义一个由多个点相连的多段线,点与点之间尾部相连但第一点与最后一个点不相连,
通常LMKPolyline是LMKPolylineView的model
Definition: LMKPolyline.h:14