summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLRasterSource.h
blob: e563244bce178e0fb98a4a13efbe8432dc2cb99b (plain)
1
2
3
4
5
6
7
8
9
10
#import "MGLSource.h"

@interface MGLRasterSource : MGLSource

@property (nonatomic, readonly, copy) NSURL *URL;
@property (nonatomic, readonly, assign) CGFloat tileSize;

- (instancetype)initWithSourceIdentifier:(NSString *)sourceIdentifier URL:(NSURL *)url tileSize:(CGFloat)tileSize;

@end