13 NS_ASSUME_NONNULL_BEGIN
30 #pragma mark - Delegate
34 @property (nonatomic, weak) id<AMapNaviWalkViewDelegate>
delegate;
36 #pragma mark - Options
68 @property (nonatomic, assign) BOOL showSensorHeading
__attribute((deprecated(
"Deprecated, the direction of the self-car icon will display as the device orientation, no longer supports setting. since 10.0.900")));
75 #pragma mark - MapView
109 #pragma mark - Polyline Texture
117 @property (nonatomic, copy, nullable) UIImage *normalTexture
__attribute((deprecated(
"Deprecated, please use routeStatusColor instead. since 10.0.900")));
125 @property (nonatomic, copy, nullable) UIImage *greyTexture
__attribute((deprecated(
"Deprecated, please use routeGreyColor instead. since 10.0.900")));;
151 - (void)setStartPointImage:(nullable UIImage *)startPointImage;
159 - (void)setEndPointImage:(nullable UIImage *)endPointImage;
167 - (void)setCarImage:(nullable UIImage *)carImage;
175 - (void)setCarCompassImage:(nullable UIImage *)carCompassImage;
183 - (void)setWayPointImage:(nullable UIImage *)wayPointImage;
241 - (void)walkView:(
AMapNaviWalkView *)walkView didChangeOrientation:(BOOL)isLandscape;
251 - (void)walkView:(
AMapNaviWalkView *)walkView didChangeDayNightType:(BOOL)showStandardNightType;
265 NS_ASSUME_NONNULL_END
AMapNaviViewTrackingMode
Definition: AMapNaviCommonObj.h:47
AMapNaviViewMapModeType
Definition: AMapNaviCommonObj.h:472
AMapNaviWalkViewShowMode
Definition: AMapNaviWalkView.h:18
@ AMapNaviWalkViewShowModeOverview
全览状态 Overview status
Definition: AMapNaviWalkView.h:20
@ AMapNaviWalkViewShowModeNormal
普通状态 Normal status
Definition: AMapNaviWalkView.h:21
@ AMapNaviWalkViewShowModeCarPositionLocked
锁车状态 Locked car status
Definition: AMapNaviWalkView.h:19
Definition: AMapNaviCommonObj.h:1483
Definition: AMapNaviCommonObj.h:1515
Definition: AMapNaviWalkView.h:28
BOOL showSensorHeading __attribute((deprecated("Deprecated, the direction of the self-car icon will display as the device orientation, no longer supports setting. since 10.0.900")))
AMapNaviPolylineTrafficStatusColor * routeStatusColor
Definition: AMapNaviWalkView.h:133
BOOL showCompass
Definition: AMapNaviWalkView.h:79
CGPoint compassOrigin
Definition: AMapNaviWalkView.h:99
CGPoint scaleOrigin
Definition: AMapNaviWalkView.h:91
BOOL showTurnArrow
Definition: AMapNaviWalkView.h:64
AMapNaviPolylineGreyColor * routeGreyColor
Definition: AMapNaviWalkView.h:125
BOOL showMoreButton
Definition: AMapNaviWalkView.h:60
BOOL showUIElements
Definition: AMapNaviWalkView.h:52
BOOL showGreyAfterPass
Definition: AMapNaviWalkView.h:121
AMapNaviViewMapModeType mapViewModeType
Definition: AMapNaviWalkView.h:72
UIImage *greyTexture __attribute((deprecated("Deprecated, please use routeGreyColor instead. since 10.0.900")))
CGFloat lineWidth
Definition: AMapNaviWalkView.h:113
CGPoint screenAnchor
Definition: AMapNaviWalkView.h:95
UIImage *normalTexture __attribute((deprecated("Deprecated, please use routeStatusColor instead. since 10.0.900")))
void updateRoutePolylineInTheVisualRangeWhenTheShowModeIsOverview()
在全览状态下调用此函数能够让路线显示在可视区域内(排除EdgePadding后剩余的区域),保证路线不被自定义界面元素遮挡. 比如showUIElements为NO时(自定义界面)横竖屏切换后,可以调用...
BOOL showBrowseRouteButton
Definition: AMapNaviWalkView.h:56
AMapNaviWalkViewShowMode showMode
Definition: AMapNaviWalkView.h:48
BOOL showScale
Definition: AMapNaviWalkView.h:87
CGFloat cameraDegree
Definition: AMapNaviWalkView.h:83
BOOL isLandscape
Definition: AMapNaviWalkView.h:40
id< AMapNaviWalkViewDelegate > delegate
Definition: AMapNaviWalkView.h:34
AMapNaviViewTrackingMode trackingMode
Definition: AMapNaviWalkView.h:44
Definition: MAMapCustomStyleOptions.h:12
AMapNaviWalkDataRepresentable协议.实例对象可以通过实现该协议,并将其通过 AMapNaviWalkManager 的addDataRepresentative:方法进行注册...
Definition: AMapNaviWalkDataRepresentable.h:27
Definition: AMapNaviWalkView.h:186