高德地图SDK(导航) V11.2.000
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
16@interface MAGltfOverlay : MABaseOverlay
17
20@property (nonatomic, assign) CLLocationCoordinate2D coordinate;
21
24@property (nonatomic, assign) CGFloat scale;
25
28@property (nonatomic, assign) BOOL draggEnable;
29
32@property (nonatomic, assign) BOOL touchEnable;
33
36@property (nonatomic, strong) UIImage *image;
37
40@property (nonatomic, assign) NSInteger currentAnimationIndex;
41
44@property (nonatomic, assign) CGFloat minZoom;
45
48@property (nonatomic, assign) CGFloat maxZoom;
49
52@property (nonatomic, assign, getter=isGlbFormat) BOOL glbFormat;
53
66+ (instancetype)glTFModelOverlayWithCoordinate:(CLLocationCoordinate2D)coordinate glTFModelData:(NSData *)glTFModelData uriResources:(NSDictionary* _Nullable)uriResources;
67
70- (void)setRotationDegreeX:(double)degreeX Y:(double)degreeY Z:(double)degreeZ;
71
72
73@end
74
75NS_ASSUME_NONNULL_END
76#endif
Definition MABaseOverlay.h:14
© 2017 高德信息技术有限公司 版权所有,保留所有权利。