iOS高德轻量版地图SDK  1.2.0
<MAOverlay> Protocol Reference

该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类 More...

#import <MAOverlay.h>

Inheritance diagram for <MAOverlay>:
<MAAnnotation> MACircle MAPolygon MAPolyline MAMultiPolyline

Properties

CLLocationCoordinate2D coordinate
 返回区域中心坐标 More...
 
MAMapRect boundingMapRect
 区域外接矩形 More...
 
- Properties inherited from <MAAnnotation>
CLLocationCoordinate2D coordinate
 标注view中心坐标 More...
 
NSString * title
 annotation标题 More...
 
NSString * subtitle
 annotation副标题 More...
 

Additional Inherited Members

- Instance Methods inherited from <MAAnnotation>
(void) - setCoordinate:
 设置标注的坐标,在拖拽时会被调用. More...
 

Detailed Description

该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类

Property Documentation

◆ boundingMapRect

- (MAMapRect) boundingMapRect
readnonatomicassign

区域外接矩形

◆ coordinate

- (CLLocationCoordinate2D) coordinate
readrequirednonatomicassign

返回区域中心坐标


The documentation for this protocol was generated from the following file:
© 2020 高德信息技术有限公司版权所有,保留所有权利。