高德地图SDK(导航)  V11.1.000
<MAOverlay> Protocol Reference

#import <MAOverlay.h>

Inheritance diagram for <MAOverlay>:
<MAAnnotation> <AMapNaviCompositeOverlay> MAArc MABaseOverlay MACircle MACustomBuildingOverlay MAGroundOverlay MAHeatMapVectorGridOverlay MAHeatMapVectorOverlay MAMultiPointOverlay MAParticleOverlay MAPolygon MAPolyline

Instance Methods

(CLLocationCoordinate2D) - coordinate
 
(MAMapRect- boundingMapRect
 
- Instance Methods inherited from <MAAnnotation>
(void) - setCoordinate:
 设置标注的坐标,在拖拽时会被调用. Set the coordinates of the annotation, which will be called during dragging More...
 

Additional Inherited Members

- Properties inherited from <MAAnnotation>
NSString * title
 
NSString * subtitle
 
double altitude
 

Detailed Description

该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类 This class is the base class for map overlays, all map overlays need to inherit from this class

Method Documentation

◆ boundingMapRect

- (MAMapRect) boundingMapRect
required

区域外接矩形 The bounding rectangle of the area

◆ coordinate

- (CLLocationCoordinate2D) coordinate
required

返回区域中心坐标 Return the center coordinates of the area

Reimplemented from <MAAnnotation>.


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