MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
NSDictionary+MPLocationPropertiesDictionary.h
Go to the documentation of this file.
1//
2// NSDictionary+MPLocationPropertiesDictionary.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 21/10/14.
6// Copyright (c) 2014 MapsPeople A/S. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11@interface NSDictionary (MPLocationPropertiesDictionary)
12@property (nonatomic, strong) NSNumber* floor;
13@property (nonatomic, strong) NSString* venue;
14@property (nonatomic, strong) NSString* building;
15@property (nonatomic, strong) NSString* roomId;
16@property (nonatomic, strong) NSString* type;
17@end
NSString * type
Definition NSDictionary+MPLocationPropertiesDictionary.h:16
NSString * building
Definition NSDictionary+MPLocationPropertiesDictionary.h:14
NSString * venue
Definition NSDictionary+MPLocationPropertiesDictionary.h:13
NSNumber * floor
Definition NSDictionary+MPLocationPropertiesDictionary.h:12
NSString * roomId
Definition NSDictionary+MPLocationPropertiesDictionary.h:15