MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPLayerType.h
Go to the documentation of this file.
1//
2// MPMapType.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 <Foundation/Foundation.h>
13@interface MPLayerType : NSObject
17+ (nonnull NSString*)NORMAL;
21+ (nonnull NSString*)SATELLITE;
25+ (nonnull NSString*)HYBRID;
26
27@end
Definition MPLayerType.h:14
nonnull NSString * SATELLITE()
nonnull NSString * HYBRID()
nonnull NSString * NORMAL()