9#import <AMapNaviKit/AMapNaviKit.h>
10#import <AMapNaviKit/AMapNaviDriveView.h>
11#import <AMapNaviKit/AMapNaviRideView.h>
13NS_ASSUME_NONNULL_BEGIN
15@interface MAMapView (AMapCarPlay)
30- (instancetype)initWithFrame:(CGRect)frame carPlay:(BOOL)isCarPlay;
34@interface AMapNaviDriveView (AMapCarPlay)
43- (instancetype)initWithFrame:(CGRect)frame mapView:(
MAMapView *)mapView;
47@interface AMapNaviRideView (AMapCarPlay)
56- (instancetype)initWithFrame:(CGRect)frame mapView:(
MAMapView *)mapView;
Definition MAMapView.h:98