aboutsummaryrefslogtreecommitdiff
path: root/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Headers/MaplyComponent.h
blob: 8dcb73c34764d4046556f53676d9a987dbc7d24b (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/*  MaplyComponent.h
 *  MaplyComponent
 *
 *  Created by Steve Gifford on 9/6/12.
 *  Copyright 2012-2022 mousebird consulting
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *  http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

#import <WhirlyGlobeMaplyComponent/MaplySharedAttributes.h>

#import <WhirlyGlobeMaplyComponent/NSData+Zlib.h>
#import <WhirlyGlobeMaplyComponent/NSDictionary+StyleRules.h>

#import <WhirlyGlobeMaplyComponent/MaplyGeomBuilder.h>
#import <WhirlyGlobeMaplyComponent/MaplyIconManager.h>
#import <WhirlyGlobeMaplyComponent/MaplyLocationTracker.h>
#import <WhirlyGlobeMaplyComponent/MaplyTextureBuilder.h>

#import <WhirlyGlobeMaplyComponent/MaplyCoordinate.h>
#import <WhirlyGlobeMaplyComponent/MaplyCoordinateSystem.h>
#import <WhirlyGlobeMaplyComponent/MaplyMatrix.h>

#import <WhirlyGlobeMaplyComponent/MaplyActiveObject.h>
#import <WhirlyGlobeMaplyComponent/MaplyAnnotation.h>
#import <WhirlyGlobeMaplyComponent/MaplyRenderController.h>
#import <WhirlyGlobeMaplyComponent/MaplyUpdateLayer.h>
#import <WhirlyGlobeMaplyComponent/MaplyViewTracker.h>
#import <WhirlyGlobeMaplyComponent/MaplyControllerLayer.h>
#import <WhirlyGlobeMaplyComponent/MaplyViewController.h>
#import <WhirlyGlobeMaplyComponent/MaplyBaseViewController.h>

#import <WhirlyGlobeMaplyComponent/MaplyComponentObject.h>
#import <WhirlyGlobeMaplyComponent/MaplyBillboard.h>
#import <WhirlyGlobeMaplyComponent/MaplyCluster.h>
#import <WhirlyGlobeMaplyComponent/MaplyLabel.h>
#import <WhirlyGlobeMaplyComponent/MaplyGeomModel.h>
#import <WhirlyGlobeMaplyComponent/MaplyMarker.h>
#import <WhirlyGlobeMaplyComponent/MaplyMoon.h>
#import <WhirlyGlobeMaplyComponent/MaplyParticleSystem.h>
#import <WhirlyGlobeMaplyComponent/MaplyPoints.h>
#import <WhirlyGlobeMaplyComponent/MaplySticker.h>
#import <WhirlyGlobeMaplyComponent/MaplyShape.h>
#import <WhirlyGlobeMaplyComponent/MaplyScreenLabel.h>
#import <WhirlyGlobeMaplyComponent/MaplySun.h>
#import <WhirlyGlobeMaplyComponent/MaplyScreenObject.h>
#import <WhirlyGlobeMaplyComponent/MaplyScreenMarker.h>
#import <WhirlyGlobeMaplyComponent/MaplyStarsModel.h>
#import <WhirlyGlobeMaplyComponent/MaplyTexture.h>
#import <WhirlyGlobeMaplyComponent/MaplyVectorObject.h>

#import <WhirlyGlobeMaplyComponent/MapboxVectorTiles.h>
#import <WhirlyGlobeMaplyComponent/MapboxVectorInterpreter.h>

#import <WhirlyGlobeMaplyComponent/SLDStyleSet.h>
#import <WhirlyGlobeMaplyComponent/SLDExpressions.h>
#import <WhirlyGlobeMaplyComponent/SLDOperators.h>
#import <WhirlyGlobeMaplyComponent/SLDSymbolizers.h>
#import <WhirlyGlobeMaplyComponent/SLDWellKnownMarkers.h>
#import <WhirlyGlobeMaplyComponent/MaplyVectorStyle.h>
#import <WhirlyGlobeMaplyComponent/MaplyVectorStyleSimple.h>
#import <WhirlyGlobeMaplyComponent/MaplyVectorTileLineStyle.h>
#import <WhirlyGlobeMaplyComponent/MaplyVectorTileMarkerStyle.h>
#import <WhirlyGlobeMaplyComponent/MaplyVectorTilePolygonStyle.h>
#import <WhirlyGlobeMaplyComponent/MaplyVectorTileStyle.h>
#import <WhirlyGlobeMaplyComponent/MaplyVectorTileTextStyle.h>
#import <WhirlyGlobeMaplyComponent/MapboxVectorStyleSet.h>
#import <WhirlyGlobeMaplyComponent/MapnikStyle.h>
#import <WhirlyGlobeMaplyComponent/MapnikStyleRule.h>
#import <WhirlyGlobeMaplyComponent/MapnikStyleSet.h>

#import <WhirlyGlobeMaplyComponent/MaplyQuadLoader.h>
#import <WhirlyGlobeMaplyComponent/MaplyImageTile.h>
#import <WhirlyGlobeMaplyComponent/MaplyQuadImageLoader.h>
#import <WhirlyGlobeMaplyComponent/MaplyQuadImageFrameLoader.h>
#import <WhirlyGlobeMaplyComponent/MaplyQuadPagingLoader.h>
#import <WhirlyGlobeMaplyComponent/MaplyTileSourceNew.h>
#import <WhirlyGlobeMaplyComponent/MaplySimpleTileFetcher.h>
#import <WhirlyGlobeMaplyComponent/MaplyQuadSampler.h>
#import <WhirlyGlobeMaplyComponent/MaplyRemoteTileFetcher.h>
#import <WhirlyGlobeMaplyComponent/GeoJSONSource.h>

#import <WhirlyGlobeMaplyComponent/MaplyWMSTileSource.h>
#import <WhirlyGlobeMaplyComponent/MaplyMBTileFetcher.h>

#import <WhirlyGlobeMaplyComponent/MaplyVariableTarget.h>
#import <WhirlyGlobeMaplyComponent/MaplyAtmosphere.h>
#import <WhirlyGlobeMaplyComponent/MaplyColorRampGenerator.h>
#import <WhirlyGlobeMaplyComponent/MaplyLight.h>
#import <WhirlyGlobeMaplyComponent/MaplyRenderTarget.h>
#import <WhirlyGlobeMaplyComponent/MaplyShader.h>
#import <WhirlyGlobeMaplyComponent/MaplyVertexAttribute.h>