8 #import <Foundation/Foundation.h>
24 +
(instancetype)arcWithStartCoordinates:(CLLocationCoordinate2D)startCoords
25
midCoordinates:(CLLocationCoordinate2D)midCoords
26
endCoordinates:(CLLocationCoordinate2D)endCoords;
该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类
Definition: LMKOverlay.h:14
该类用于定义一段弧线, 通常LMKArc是LMKArcView的model
Definition: LMKArc.h:15
该类是个由多个点组成的虚基类, 不能直接实例化对象,
要使用其子类LMKPolyline,LMKPolygon来实例化 ...
Definition: LMKMultiPoint.h:15