MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPOnlineTileLayer.h
Go to the documentation of this file.
1//
2// MPOnlineTileLayer.h
3// MapsIndoors SDK for iOS
4//
5// Created by Daniel Nielsen on 9/17/13.
6// Copyright (c) 2017 MapsPeople A/S. All rights reserved.
7//
8
9#import "MPVenue.h"
10#import "MPFloor.h"
11
15@interface MPOnlineTileLayer : NSObject {
17}
18
22@property (nonatomic, strong, nullable) GMSTileLayer* layer;
23
27@property (nonatomic, strong, nullable) NSString* layerType;
28
32- (nullable instancetype)initWithLayer: (nonnull NSString*)layerType;
33
37- (nullable NSString*)getTileUrl: (NSUInteger)zoom x:(NSUInteger)x y:(NSUInteger)y;
38
43- (void)addToMap:(nullable GMSMapView*) map;
44
45@end
Definition MPOnlineTileLayer.h:15
int _balancingIndex
Definition MPOnlineTileLayer.h:16