forked from maplibre/maplibre-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMapbox.h
70 lines (66 loc) · 2.02 KB
/
Mapbox.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#import <Cocoa/Cocoa.h>
#import "MLNFoundation.h"
/// Project version number for Mapbox.
FOUNDATION_EXPORT MLN_EXPORT double MapboxVersionNumber;
/// Project version string for Mapbox.
FOUNDATION_EXPORT MLN_EXPORT const unsigned char MapboxVersionString[];
#import "MLNSettings.h"
#import "MLNAnnotation.h"
#import "MLNAnnotationImage.h"
#import "MLNClockDirectionFormatter.h"
#import "MLNCluster.h"
#import "MLNCompassDirectionFormatter.h"
#import "MLNCoordinateFormatter.h"
#import "MLNDistanceFormatter.h"
#import "MLNFeature.h"
#import "MLNGeometry.h"
#import "MLNLight.h"
#import "MLNMapCamera.h"
#import "MLNMapView.h"
#import "MLNMapView+IBAdditions.h"
#import "MLNMapViewDelegate.h"
#import "MLNMultiPoint.h"
#import "MLNOfflinePack.h"
#import "MLNOfflineRegion.h"
#import "MLNOfflineStorage.h"
#import "MLNOverlay.h"
#import "MLNPointAnnotation.h"
#import "MLNPointCollection.h"
#import "MLNPolygon.h"
#import "MLNPolyline.h"
#import "MLNShape.h"
#import "MLNShapeCollection.h"
#import "MLNStyle.h"
#import "MLNStyleLayer.h"
#import "MLNForegroundStyleLayer.h"
#import "MLNVectorStyleLayer.h"
#import "MLNFillStyleLayer.h"
#import "MLNFillExtrusionStyleLayer.h"
#import "MLNLineStyleLayer.h"
#import "MLNSymbolStyleLayer.h"
#import "MLNRasterStyleLayer.h"
#import "MLNCircleStyleLayer.h"
#import "MLNBackgroundStyleLayer.h"
#import "MLNHeatmapStyleLayer.h"
#import "MLNHillshadeStyleLayer.h"
#import "MLNOpenGLStyleLayer.h"
#import "MLNSource.h"
#import "MLNTileSource.h"
#import "MLNVectorTileSource.h"
#import "MLNShapeSource.h"
#import "MLNComputedShapeSource.h"
#import "MLNRasterTileSource.h"
#import "MLNRasterDEMSource.h"
#import "MLNImageSource.h"
#import "MLNTilePyramidOfflineRegion.h"
#import "MLNShapeOfflineRegion.h"
#import "MLNTypes.h"
#import "NSValue+MLNAdditions.h"
#import "MLNStyleValue.h"
#import "MLNAttributionInfo.h"
#import "MLNMapSnapshotter.h"
#import "NSExpression+MLNAdditions.h"
#import "NSPredicate+MLNAdditions.h"
#import "MLNLoggingConfiguration.h"
#import "MLNNetworkConfiguration.h"
#import "MLNAttributedExpression.h"