|
高德地图SDK(导航) V10.0.600
|
点标注数据 More...
#import <MAPointAnnotation.h>
Properties | |
| CLLocationCoordinate2D | coordinate |
| 经纬度 | |
| BOOL | lockedToScreen |
| 是否固定在屏幕一点, 注意,拖动或者手动改变经纬度,都会导致设置失效 | |
| CGPoint | lockedScreenPoint |
| 固定屏幕点的坐标 | |
Properties inherited from MAShape | |
| NSString * | title |
| 标题 | |
| NSString * | subtitle |
| 副标题 | |
Properties inherited from MABaseOverlay | |
| CLLocationCoordinate2D | coordinate |
| 返回区域中心坐标 | |
| MAMapRect | boundingMapRect |
| 区域外接矩形 | |
| double | altitude |
| 海拔,单位米,默认0 | |
Properties inherited from <MAAnnotation> | |
| CLLocationCoordinate2D | coordinate |
| 标注view中心坐标 | |
| NSString * | title |
| annotation标题 | |
| NSString * | subtitle |
| annotation副标题 | |
| double | altitude |
| annotation海拔高度,单位米,默认0 | |
Additional Inherited Members | |
Instance Methods inherited from <MAOverlay> | |
| (CLLocationCoordinate2D) | - coordinate |
| 返回区域中心坐标 | |
| (MAMapRect) | - boundingMapRect |
| 区域外接矩形 | |
Instance Methods inherited from <MAAnnotation> | |
| (void) | - setCoordinate: |
| 设置标注的坐标,在拖拽时会被调用. | |
Protected Attributes inherited from MAShape | |
| NSString * | _title |
| 标题 | |
| NSString * | _subtitle |
| 副标题 | |
Protected Attributes inherited from MABaseOverlay | |
| double | _altitude |
| 海拔 | |
点标注数据
|
readwritenonatomicassign |
经纬度
|
readwritenonatomicassign |
固定屏幕点的坐标
|
readwritenonatomicassign |
是否固定在屏幕一点, 注意,拖动或者手动改变经纬度,都会导致设置失效