9#import <Foundation/Foundation.h>
13@protocol AMapNaviCompositeOverlay <MAOverlay>
31@property (nonatomic, assign) CLLocationCoordinate2D
coordinate;
34@property (nonatomic, assign) NSInteger
zIndex;
37@property (nonatomic, assign) BOOL
enable;
47- (id)initWithCoordinate:(CLLocationCoordinate2D)coordinate view:(UIView *)view;
MAOverlayLevel
Definition MAMapView.h:55
导航界面自定义标注 since 5.5.0
Definition AMapNaviCompositeAnnotation.h:28
CLLocationCoordinate2D coordinate
标注的中心坐标
Definition AMapNaviCompositeAnnotation.h:31
NSInteger zIndex
z值,大值在上,默认为0. 类似CALayer的zPosition
Definition AMapNaviCompositeAnnotation.h:34
NSString * identifier
导航界面添加的自定义标注的复用view的标识,注意:如果两个标注有不同的图标,这个复用标识必须设置,否则会出现复用混乱的现象. since 8.0.0
Definition AMapNaviCompositeAnnotation.h:40
BOOL enable
导航界面添加的自定义标注是否可以响应事件,默认为NO. since 7.5.0
Definition AMapNaviCompositeAnnotation.h:37
该类是地图覆盖物Renderer的基类, 提供绘制overlay的接口但并无实际的实现(render相关方法只能在重写后的glRender方法中使用)
Definition MAOverlayRenderer.h:20
该类为标注点的protocol,提供了标注类的基本信息函数
Definition MAAnnotation.h:16