|
高德地图SDK(导航)
V11.1.000
|
#import <AMapNaviCompositeAnnotation.h>
Instance Methods | |
| (instancetype) | - initWithCoordinate:iconModel: |
| 初始化自定义标注. since 10.0.920 Initialize custom annotation. since 10.0.920 More... | |
Properties | |
| CLLocationCoordinate2D | coordinate |
| 标注的坐标 Marked coordinates More... | |
| AMapNaviCustomAnnotationItemIconModel * | icon |
| 图标 icon More... | |
| AMapNaviAnnotationClickCallback | clickBlock |
自定义标注 since 10.0.920 Custom annotation since 10.0.920
| - (instancetype) initWithCoordinate: | (CLLocationCoordinate2D) | coordinate | |
| iconModel: | (AMapNaviCustomAnnotationItemIconModel *) | iconModel | |
初始化自定义标注. since 10.0.920 Initialize custom annotation. since 10.0.920
| coordinate | 标注的中心坐标. The center coordinates of the annotation. |
|
readwritenonatomiccopy |
自定义标注 点击事件 since 10.0.920 Custom annotation click event since 10.0.920
|
readnonatomicassign |
标注的坐标 Marked coordinates
|
readnonatomicstrong |
图标 icon