高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
<AMapNaviCompositeOverlay> Protocol Reference

导航页添加自定overlay,需要遵守此协议 since 6.7.0 More...

#import <AMapNaviCompositeAnnotation.h>

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

Properties

MAOverlayRendereroverlayRender
 导航SDK内部会将该值传给地图进行绘制, 开发者自行实现的对象在遵守协议后, 需对该值赋值, 不能为空.
 
MAOverlayLevel overlayLevel
 添加的overlay所在层级, 参考MAOverlayLevel, 默认 MAOverlayLevelAboveRoads.
 
- Properties inherited from <MAAnnotation>
CLLocationCoordinate2D coordinate
 标注view中心坐标
 
NSString * title
 annotation标题
 
NSString * subtitle
 annotation副标题
 
double altitude
 annotation海拔高度,单位米,默认0
 

Additional Inherited Members

- Instance Methods inherited from <MAOverlay>
(CLLocationCoordinate2D) - coordinate
 返回区域中心坐标
 
(MAMapRect- boundingMapRect
 区域外接矩形
 
- Instance Methods inherited from <MAAnnotation>
(void) - setCoordinate:
 设置标注的坐标,在拖拽时会被调用.
 

Detailed Description

导航页添加自定overlay,需要遵守此协议 since 6.7.0

Property Documentation

◆ overlayLevel

- (MAOverlayLevel) overlayLevel
readoptionalnonatomicassign

添加的overlay所在层级, 参考MAOverlayLevel, 默认 MAOverlayLevelAboveRoads.

◆ overlayRender

- (MAOverlayRenderer*) overlayRender
readrequirednonatomicstrong

导航SDK内部会将该值传给地图进行绘制, 开发者自行实现的对象在遵守协议后, 需对该值赋值, 不能为空.


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