14NS_ASSUME_NONNULL_BEGIN
25@protocol AMapNaviWalkViewDelegate;
31#pragma mark - Delegate
35@property (nonatomic, weak) id<AMapNaviWalkViewDelegate>
delegate;
41- (void)addEventListener:(id<AMapNaviWalkViewDelegate>)aListener;
47- (void)removeEventListener:(id<AMapNaviWalkViewDelegate>)aListener;
81@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")));
150#pragma mark - Polyline Texture
158@property (nonatomic, copy, nullable) UIImage *normalTexture
__attribute((deprecated(
"Deprecated, please use routeStatusColor instead. since 10.0.900")));
166@property (nonatomic, copy, nullable) UIImage *greyTexture
__attribute((deprecated(
"Deprecated, please use routeGreyColor instead. since 10.0.900")));;
195- (void)setStartPointImage:(nullable UIImage *)startPointImage;
203- (void)setEndPointImage:(nullable UIImage *)endPointImage;
211- (void)setCarImage:(nullable UIImage *)carImage;
219- (void)setCarCompassImage:(nullable UIImage *)carCompassImage;
227- (void)setWayPointImage:(nullable UIImage *)wayPointImage;
229#pragma mark - Annotation and Overlay
283- (void)addCustomOverlay:(
id <AMapNaviCompositeOverlay>_Nonnull)overlay;
293- (void)removeCustomOverlay:(
id <AMapNaviCompositeOverlay>_Nonnull)overlay;
296@protocol AMapNaviWalkViewDelegate <NSObject>
351- (void)walkView:(
AMapNaviWalkView *)walkView didChangeOrientation:(BOOL)isLandscape;
361- (void)walkView:(
AMapNaviWalkView *)walkView didChangeDayNightType:(BOOL)showStandardNightType;
AMapNaviViewTrackingMode
Definition AMapNaviCommonObj.h:47
AMapNaviViewMapModeType
Definition AMapNaviCommonObj.h:472
AMapNaviWalkViewShowMode
Definition AMapNaviWalkView.h:19
@ AMapNaviWalkViewShowModeOverview
全览状态 Overview status
Definition AMapNaviWalkView.h:21
@ AMapNaviWalkViewShowModeNormal
普通状态 Normal status
Definition AMapNaviWalkView.h:22
@ AMapNaviWalkViewShowModeCarPositionLocked
锁车状态 Locked car status
Definition AMapNaviWalkView.h:20
MALogoLanguage
Definition MAMapView.h:64
导航界面自定义标注 Custom annotations in the navigation interface since 5.5.0
Definition AMapNaviCompositeAnnotation.h:31
Definition AMapNaviCompositeAnnotation.h:87
Definition AMapNaviCommonObj.h:1507
Definition AMapNaviCommonObj.h:1539
Definition AMapNaviWalkView.h:29
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:174
BOOL showCompass
Definition AMapNaviWalkView.h:107
CGPoint compassOrigin
Definition AMapNaviWalkView.h:127
CGFloat mapZoomLevel
Definition AMapNaviWalkView.h:140
UIImage *greyTexture __attribute((deprecated("Deprecated, please use routeGreyColor instead. since 10.0.900")))
CGPoint scaleOrigin
Definition AMapNaviWalkView.h:119
BOOL showTurnArrow
Definition AMapNaviWalkView.h:77
AMapNaviPolylineGreyColor * routeGreyColor
Definition AMapNaviWalkView.h:170
BOOL showMoreButton
Definition AMapNaviWalkView.h:73
BOOL showUIElements
Definition AMapNaviWalkView.h:65
BOOL onlyForGuide
Definition AMapNaviWalkView.h:177
BOOL showGreyAfterPass
Definition AMapNaviWalkView.h:162
AMapNaviViewMapModeType mapViewModeType
Definition AMapNaviWalkView.h:85
BOOL autoZoomMapLevel
Definition AMapNaviWalkView.h:131
CGFloat lineWidth
Definition AMapNaviWalkView.h:154
BOOL logoEnable
Definition AMapNaviWalkView.h:97
CGPoint screenAnchor
Definition AMapNaviWalkView.h:123
AMapNaviRouteAnnoState showRouteAnnotation
Definition AMapNaviWalkView.h:90
MALogoLanguage logoLanguage
Definition AMapNaviWalkView.h:103
UIImage *normalTexture __attribute((deprecated("Deprecated, please use routeStatusColor instead. since 10.0.900")))
void updateRoutePolylineInTheVisualRangeWhenTheShowModeIsOverview()
在全览状态下调用此函数能够让路线显示在可视区域内(排除EdgePadding后剩余的区域),保证路线不被自定义界面元素遮挡. 比如showUIElements为NO时(自定义界面)横竖屏切换后,可以调用...
BOOL showBrowseRouteButton
Definition AMapNaviWalkView.h:69
AMapNaviWalkViewShowMode showMode
Definition AMapNaviWalkView.h:61
BOOL showScale
Definition AMapNaviWalkView.h:115
CGFloat cameraDegree
Definition AMapNaviWalkView.h:111
BOOL isLandscape
Definition AMapNaviWalkView.h:53
id< AMapNaviWalkViewDelegate > delegate
Definition AMapNaviWalkView.h:35
AMapNaviViewTrackingMode trackingMode
Definition AMapNaviWalkView.h:57
Definition MAMapCustomStyleOptions.h:12
AMapNaviWalkDataRepresentable协议.实例对象可以通过实现该协议,并将其通过 AMapNaviWalkManager 的addDataRepresentative:方法进行注册...
Definition AMapNaviWalkDataRepresentable.h:27