|
高德地图SDK(导航)
V11.1.000
|
#import <MAOverlay.h>
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 |
该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类 This class is the base class for map overlays, all map overlays need to inherit from this class
|
required |
区域外接矩形 The bounding rectangle of the area
|
required |
返回区域中心坐标 Return the center coordinates of the area
Reimplemented from <MAAnnotation>.