MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPFloorTileLayer.h
Go to the documentation of this file.
1//
2// MPFloorTileLayer.h
3// MapsIndoors SDK for iOS
4//
5// Created by Daniel Nielsen on 1/15/14.
6// Copyright (c) 2014 MapsPeople A/S. All rights reserved.
7//
8
10
12
16+ (NSInteger) tileSize;
20+ (void) setTileSize:(NSInteger)value;
21
25- (nullable id)initWithVenue: (nullable MPVenue*)venue andFloor:(nullable MPFloor*)floor;
30@property (nonatomic, strong, nullable) NSString* urlTemplate;
34@property (nonatomic, strong, nullable) MPFloor* floor;
38@property (nonatomic, strong, nullable) NSNumber* venueId;
42@property (nonatomic, strong, nullable) NSArray* subdomains;
46- (void)setUrlTemplate:(nonnull NSString *)urlTemplate;
50- (void)parseUrl;
51@end
Definition MPFloor.h:17
Definition MPFloorTileLayer.h:12
MPFloor * floor
Definition MPFloorTileLayer.h:34
NSString * urlTemplate
Definition MPFloorTileLayer.h:30
NSInteger tileSize()
NSArray * subdomains
Definition MPFloorTileLayer.h:42
NSNumber * venueId
Definition MPFloorTileLayer.h:38
Definition MPOnlineTileLayer.h:15
Definition MPVenue.h:31