aboutsummaryrefslogtreecommitdiff
path: root/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Headers/MaplyComponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Headers/MaplyComponent.h')
-rw-r--r--iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Headers/MaplyComponent.h102
1 files changed, 102 insertions, 0 deletions
diff --git a/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Headers/MaplyComponent.h b/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Headers/MaplyComponent.h
new file mode 100644
index 0000000..8dcb73c
--- /dev/null
+++ b/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64/WhirlyGlobeMaplyComponent.framework/Headers/MaplyComponent.h
@@ -0,0 +1,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>
+