9#import <AMapNaviKit/AMapNaviKit.h>
11#ifdef AMAP_RIDE_FEATURE
13NS_ASSUME_NONNULL_BEGIN
15@interface AMapNaviDriveView (RideFeature)
19@property (nonatomic, assign) BOOL routeMode;
23- (UIImage *)getMapScreenShot;
29- (void)startAsyncGetMapScreenShot:(nullable UIColor *)bgColor;
33- (void)stopAsyncGetMapScreenShot;