高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
AMapNaviCompositeAnnotation.h
Go to the documentation of this file.
1//
2// AMapNaviCompositeAnnotation.h
3// AMapNaviKit
4//
5// Created by eidan on 2018/3/26.
6// Copyright © 2018年 Amap. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
11
13@protocol AMapNaviCompositeOverlay <MAOverlay>
14
15@required
16
18@property (nonatomic, strong, readonly) MAOverlayRenderer *overlayRender;
19
20@optional
21
23@property (nonatomic, assign, readonly) MAOverlayLevel overlayLevel;
24
25@end
26
29
31@property (nonatomic, assign) CLLocationCoordinate2D coordinate;
32
34@property (nonatomic, assign) NSInteger zIndex;
35
37@property (nonatomic, assign) BOOL enable;
38
40@property (nonatomic, copy) NSString *identifier;
47- (id)initWithCoordinate:(CLLocationCoordinate2D)coordinate view:(UIView *)view;
48
49@end
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
© 2017 高德信息技术有限公司 版权所有,保留所有权利。