xref: /expo/ios/Exponent/Versioned/Core/Api/Components/Maps/AIRMapWMSTile.h (revision 1f4939ce)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //
2 //  AIRMapWMSTile.h
3 //  AirMaps
4 //
5 //  Created by nizam on 10/28/18.
6 //  Copyright © 2018. All rights reserved.
7 //
8 
9 
10 #import <Foundation/Foundation.h>
11 #import <MapKit/MapKit.h>
12 #import <UIKit/UIKit.h>
13 
14 #import <React/RCTComponent.h>
15 #import <React/RCTView.h>
16 #import "AIRMapCoordinate.h"
17 #import "AIRMap.h"
18 #import "RCTConvert+AirMap.h"
19 #import "AIRMapUrlTile.h"
20 #import "AIRMapUrlTileCachedOverlay.h"
21 
22 @interface AIRMapWMSTile : AIRMapUrlTile <MKOverlay>
23 @end
24 
25 @interface AIRMapWMSTileOverlay : MKTileOverlay
26 @end
27 
28 @interface AIRMapWMSTileCachedOverlay : AIRMapUrlTileCachedOverlay
29 @end
30 
31 @interface AIRMapWMSTileHelper : NSObject
32 
33 + (NSURL *)URLForTilePath:(MKTileOverlayPath)path withURLTemplate:(NSString *)URLTemplate withTileSize:(NSInteger)tileSize;
34 
35 @end
36 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025