15 NS_ASSUME_NONNULL_BEGIN
32 #pragma mark - Delegate
36 @property (nonatomic, weak) id<AMapNaviRideViewDelegate>
delegate;
42 #pragma mark - Options
74 @property (nonatomic, assign) BOOL showSensorHeading
__attribute((deprecated(
"Deprecated, the direction of the self-vehicle icon will be displayed as the device direction, and setting is no longer supported. since 10.0.900")));
95 #pragma mark - MapView
142 - (void)setCustomMapStyleOptions:(
MAMapCustomStyleOptions *)styleOptions __attribute((deprecated("Custom View no longer supports custom map style. Since 11.1.000")));
144 #pragma mark - Polyline Texture
152 @property (nonatomic, copy, nullable) UIImage *normalTexture
__attribute((deprecated(
"Deprecated, please use routeStatusColor instead. since 10.0.900")));
160 @property (nonatomic, copy, nullable) UIImage *greyTexture
__attribute((deprecated(
"Deprecated, please use routeGreyColor instead. since 10.0.900")));;
178 - (void)setStartPointImage:(nullable UIImage *)startPointImage;
186 - (void)setEndPointImage:(nullable UIImage *)endPointImage;
194 - (void)setCarImage:(nullable UIImage *)carImage;
202 - (void)setCarImageWithSize:(nullable UIImage *)carImage;
210 - (void)setCarCompassImage:(nullable UIImage *)carCompassImage;
218 - (void)setWayPointImage:(nullable UIImage *)wayPointImage;
219 #pragma mark - Overlay
311 - (void)rideView:(
AMapNaviRideView *)rideView didChangeOrientation:(BOOL)isLandscape;
321 - (void)rideView:(
AMapNaviRideView *)rideView didChangeDayNightType:(BOOL)showStandardNightType;
342 - (void)rideView:(
AMapNaviRideView *)rideView asyncScreenShot:(UIImage *)image state:(NSInteger)state;
346 NS_ASSUME_NONNULL_END
AMapNaviIconType
Definition: AMapNaviCommonObj.h:138
AMapNaviViewTrackingMode
Definition: AMapNaviCommonObj.h:47
AMapNaviViewMapModeType
Definition: AMapNaviCommonObj.h:472
AMapNaviRideViewShowMode
Definition: AMapNaviRideView.h:20
@ AMapNaviRideViewShowModeOverview
全览状态 Overview status
Definition: AMapNaviRideView.h:22
@ AMapNaviRideViewShowModeCarPositionLocked
锁车状态 Locked car status
Definition: AMapNaviRideView.h:21
@ AMapNaviRideViewShowModeNormal
普通状态 Normal status
Definition: AMapNaviRideView.h:23
Definition: AMapNaviCommonObj.h:1483
Definition: AMapNaviCommonObj.h:1515
Definition: AMapNaviRideView.h:30
CGFloat autoZoomMinLevel
Definition: AMapNaviRideView.h:83
BOOL showScale
Definition: AMapNaviRideView.h:107
BOOL showGreyAfterPass
Definition: AMapNaviRideView.h:156
AMapNaviPolylineTrafficStatusColor * routeStatusColor
Definition: AMapNaviRideView.h:168
CGPoint scaleOrigin
Definition: AMapNaviRideView.h:111
BOOL isLandscape
Definition: AMapNaviRideView.h:46
AMapNaviRouteAnnoState showRouteAnnotation
Definition: AMapNaviRideView.h:93
AMapNaviViewMapModeType mapViewModeType
Definition: AMapNaviRideView.h:78
BOOL showUIElements
Definition: AMapNaviRideView.h:58
BOOL showTurnArrow
Definition: AMapNaviRideView.h:70
id< AMapNaviRideViewDelegate > delegate
Definition: AMapNaviRideView.h:36
AMapNaviViewTrackingMode trackingMode
Definition: AMapNaviRideView.h:50
BOOL showSensorHeading __attribute((deprecated("Deprecated, the direction of the self-vehicle icon will be displayed as the device direction, and setting is no longer supported. since 10.0.900")))
CGFloat mapZoomLevel
Definition: AMapNaviRideView.h:132
id< MAMapViewDelegate > mapViewDelegate
Definition: AMapNaviRideView.h:40
CGPoint screenAnchor
Definition: AMapNaviRideView.h:115
BOOL autoZoomMapLevel
Definition: AMapNaviRideView.h:123
AMapNaviPolylineGreyColor * routeGreyColor
Definition: AMapNaviRideView.h:160
BOOL showCompass
Definition: AMapNaviRideView.h:99
BOOL showMoreButton
Definition: AMapNaviRideView.h:66
UIImage *normalTexture __attribute((deprecated("Deprecated, please use routeStatusColor instead. since 10.0.900")))
CGFloat cameraDegree
Definition: AMapNaviRideView.h:103
CGFloat autoZoomMaxLevel
Definition: AMapNaviRideView.h:88
CGPoint compassOrigin
Definition: AMapNaviRideView.h:119
CGFloat lineWidth
Definition: AMapNaviRideView.h:148
BOOL showBrowseRouteButton
Definition: AMapNaviRideView.h:62
void updateRoutePolylineInTheVisualRangeWhenTheShowModeIsOverview()
在全览状态下调用此函数能够让路线显示在可视区域内(排除EdgePadding后剩余的区域),保证路线不被自定义界面元素遮挡. 比如showUIElements为NO时(自定义界面)横竖屏切换后,可以调用...
UIImage *greyTexture __attribute((deprecated("Deprecated, please use routeGreyColor instead. since 10.0.900")))
AMapNaviRideViewShowMode showMode
Definition: AMapNaviRideView.h:54
Definition: MAMapCustomStyleOptions.h:12
Definition: AMapNaviCompositeAnnotation.h:14
AMapNaviEleBikeDataRepresentable协议.实例对象可以通过实现该协议,并将其通过 AMapNaviEleBikeManager 的addDataRepresentative:...
Definition: AMapNaviEleBikeDataRepresentable.h:27
AMapNaviRideDataRepresentable协议.实例对象可以通过实现该协议,并将其通过 AMapNaviRideManager 的addDataRepresentative:方法进行注册...
Definition: AMapNaviRideDataRepresentable.h:27
Definition: AMapNaviRideView.h:256