高德地图SDK(导航) V11.2.0501
Loading...
Searching...
No Matches
AMapNaviRideView+RideFeature.h
Go to the documentation of this file.
1//
2// AMapNaviRideView+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 AMapNaviRideView (RideFeature)
18@property (nonatomic,assign) BOOL routeMode;
19
22- (UIImage *)getMapScreenShot;
23
27- (void)startAsyncGetMapScreenShot:(nullable UIColor *)bgColor;
28
31- (void)stopAsyncGetMapScreenShot;
32@end
33
34NS_ASSUME_NONNULL_END
35
36#endif
© 2017 高德信息技术有限公司 版权所有,保留所有权利。