|
高德地图SDK(导航)
V11.1.000
|
#import <MAAnnotation.h>
Instance Methods | |
| (void) | - setCoordinate: |
| 设置标注的坐标,在拖拽时会被调用. Set the coordinates of the annotation, which will be called during dragging More... | |
Properties | |
| CLLocationCoordinate2D | coordinate |
| NSString * | title |
| NSString * | subtitle |
| double | altitude |
该类为标注点的protocol,提供了标注类的基本信息函数 This class is the protocol for annotation points, providing basic information functions for the annotation class
| - (void) setCoordinate: | (CLLocationCoordinate2D) | newCoordinate |
设置标注的坐标,在拖拽时会被调用. Set the coordinates of the annotation, which will be called during dragging
| newCoordinate | 新的坐标值 New coordinate values |
|
readwritenonatomicassign |
annotation海拔高度,单位米,默认0 the annotation altitude, in meters, default is 0
|
readnonatomicassign |
标注view中心坐标 the center coordinates of the annotation view
Reimplemented in <MAOverlay>.
|
readwritenonatomiccopy |
annotation副标题 the annotation subtitle
|
readwriteoptionalnonatomiccopy |
annotation标题 the annotation title