9#import <AMapNaviKit/AMapNaviKit.h>
11#ifdef AMAP_RIDE_FEATURE
13NS_ASSUME_NONNULL_BEGIN
15@interface AMapNaviRideView (RideFeature)
18@property (nonatomic,assign) BOOL routeMode;
22- (UIImage *)getMapScreenShot;
27- (void)startAsyncGetMapScreenShot:(nullable UIColor *)bgColor;
31- (void)stopAsyncGetMapScreenShot;