iOS高德地图SDK(3D) V10.0.600
Loading...
Searching...
No Matches
<MAOverlay> Protocol Reference

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

#import <MAOverlay.h>

Inheritance diagram for <MAOverlay>:
<MAAnnotation> MABaseOverlay MACircle MAPolygon MAPolyline MAShape MACircle MAMultiPoint MAPointAnnotation MAPolygon MAPolyline MAAnimatedAnnotation MAUserLocation

Instance Methods

(CLLocationCoordinate2D) - coordinate
 返回区域中心坐标
 
(MAMapRect- boundingMapRect
 区域外接矩形
 
- Instance Methods inherited from <MAAnnotation>
(void) - setCoordinate:
 设置标注的坐标,在拖拽时会被调用.
 

Additional Inherited Members

- Properties inherited from <MAAnnotation>
CLLocationCoordinate2D coordinate
 标注view中心坐标
 
NSString * title
 annotation标题
 
NSString * subtitle
 annotation副标题
 
double altitude
 annotation海拔高度,单位米,默认0
 

Detailed Description

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

Method Documentation

◆ boundingMapRect

- (MAMapRect) boundingMapRect
required

区域外接矩形

◆ coordinate

- (CLLocationCoordinate2D) coordinate
required

返回区域中心坐标

Reimplemented from <MAAnnotation>.


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