9#import <Foundation/Foundation.h>
14@protocol AMapNaviCompositeOverlay <MAOverlay>
34@property (nonatomic, assign) CLLocationCoordinate2D
coordinate;
38@property (nonatomic, assign) NSInteger
zIndex;
42@property (nonatomic, assign) BOOL
enable;
57- (id)initWithCoordinate:(CLLocationCoordinate2D)coordinate view:(UIView *)view;
68@property(nonatomic, assign)
double anchorX;
72@property(nonatomic, assign)
double anchorY;
76@property(nonatomic, strong) UIImage *image;
89@property(nonatomic, assign, readonly) CLLocationCoordinate2D coordinate;
105- (instancetype)initWithCoordinate:(CLLocationCoordinate2D)coordinate
void(^ AMapNaviAnnotationClickCallback)()
Definition AMapNaviCompositeAnnotation.h:82
MAOverlayLevel
Definition MAMapView.h:59
导航界面自定义标注 Custom annotations in the navigation interface since 5.5.0
Definition AMapNaviCompositeAnnotation.h:31
CLLocationCoordinate2D coordinate
标注的中心坐标 The center coordinate of the annotation
Definition AMapNaviCompositeAnnotation.h:34
NSInteger zIndex
Definition AMapNaviCompositeAnnotation.h:38
NSString * identifier
Definition AMapNaviCompositeAnnotation.h:46
BOOL enable
Definition AMapNaviCompositeAnnotation.h:42
Definition AMapNaviCompositeAnnotation.h:87
Definition AMapNaviCompositeAnnotation.h:65
Definition MAOverlayRenderer.h:21
Definition MAAnnotation.h:17