高德地图SDK(导航)  V11.1.000
<AMapNaviCompositeOverlay> Protocol Reference

#import <AMapNaviCompositeAnnotation.h>

Inheritance diagram for <AMapNaviCompositeOverlay>:
<MAOverlay> <MAAnnotation>

Properties

MAOverlayRendereroverlayRender
 
MAOverlayLevel overlayLevel
 
- Properties inherited from <MAAnnotation>
NSString * title
 
NSString * subtitle
 
double altitude
 

Additional Inherited Members

- Instance Methods inherited from <MAOverlay>
(CLLocationCoordinate2D) - coordinate
 
(MAMapRect- boundingMapRect
 
- Instance Methods inherited from <MAAnnotation>
(void) - setCoordinate:
 设置标注的坐标,在拖拽时会被调用. Set the coordinates of the annotation, which will be called during dragging More...
 

Detailed Description

导航页添加自定overlay,需要遵守此协议 since 6.7.0 To add a custom overlay to the navigation page, this protocol must be followed

Property Documentation

◆ overlayLevel

- (MAOverlayLevel) overlayLevel
readoptionalnonatomicassign

添加的overlay所在层级, 参考MAOverlayLevel, 默认 MAOverlayLevelAboveRoads. The hierarchy of the added overlay, refer to MAOverlayLevel, default is MAOverlayLevelAboveRoads.

◆ overlayRender

- (MAOverlayRenderer*) overlayRender
readrequirednonatomicstrong

导航SDK内部会将该值传给地图进行绘制, 开发者自行实现的对象在遵守协议后, 需对该值赋值, 不能为空. The navigation SDK will pass this value to the map for rendering. After the developer's self-implemented object complies with the protocol, this value must be assigned and cannot be empty.


The documentation for this protocol was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。