高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
MAGltfOverlay.h
Go to the documentation of this file.
1//
2// MAGltfOverlay.h
3// MAMapKit
4//
5//
6
7#import "MAConfig.h"
8#if FEATURE_GLTF
9
10#import "MABaseOverlay.h"
11
12NS_ASSUME_NONNULL_BEGIN
13
15@interface MAGltfOverlay : MABaseOverlay
16
18@property (nonatomic, assign) CLLocationCoordinate2D coordinate;
19
21@property (nonatomic, assign) CGFloat scale;
22
24@property (nonatomic, assign) BOOL draggEnable;
25
27@property (nonatomic, assign) BOOL touchEnable;
28
30@property (nonatomic, strong) UIImage *image;
31
33@property (nonatomic, assign) NSInteger currentAnimationIndex;
34
36@property (nonatomic, assign) CGFloat minZoom;
37
39@property (nonatomic, assign) CGFloat maxZoom;
40
42@property (nonatomic, assign, getter=isGlbFormat) BOOL glbFormat;
43
51+ (instancetype)glTFModelOverlayWithCoordinate:(CLLocationCoordinate2D)coordinate glTFModelData:(NSData *)glTFModelData uriResources:(NSDictionary* _Nullable)uriResources;
52
54- (void)setRotationDegreeX:(double)degreeX Y:(double)degreeY Z:(double)degreeZ;
55
56
57@end
58
59NS_ASSUME_NONNULL_END
60#endif
Definition MABaseOverlay.h:14
© 2017 高德信息技术有限公司 版权所有,保留所有权利。