高德地图SDK(导航) V11.2.0501
Loading...
Searching...
No Matches
AMapNaviDriveView+RideFeature.h
Go to the documentation of this file.
1//
2// AMapNaviDriveView+RideTrait.h
3// AMapNaviKit
4//
5// Created by caowei on 2024/9/12.
6// Copyright © 2024 Amap. All rights reserved.
7//
8
9#import <AMapNaviKit/AMapNaviKit.h>
10
11#ifdef AMAP_RIDE_FEATURE
12
13NS_ASSUME_NONNULL_BEGIN
14
15@interface AMapNaviDriveView (RideFeature)
16
19@property (nonatomic, assign) BOOL routeMode;
20
23- (UIImage *)getMapScreenShot;
24
29- (void)startAsyncGetMapScreenShot:(nullable UIColor *)bgColor;
30
33- (void)stopAsyncGetMapScreenShot;
34
35@end
36
37NS_ASSUME_NONNULL_END
38
39#endif
© 2017 高德信息技术有限公司 版权所有,保留所有权利。