20 @property (nonatomic,
readonly) CLLocationCoordinate2D
coordinate;
该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类
Definition: LMKOverlay.h:14
CLLocationCoordinate2D coordinate
返回区域中心坐标.
Definition: LMKOverlay.h:20
该类为标注点的protocol,提供了标注类的基本信息函数
Definition: LMKAnnotation.h:15
平面投影矩形结构定义
Definition: LMKGeometry.h:45
LMKMapRect boundingMapRect
区域外接矩形
Definition: LMKOverlay.h:25