MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPLocationProperty.h
Go to the documentation of this file.
1//
2// MPLocationProperty.h
3// MapsIndoors SDK for iOS
4//
5// Created by Daniel Nielsen on 1/22/14.
6// Copyright (c) 2014 MapsPeople A/S. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
14@interface MPLocationProperty : NSObject
15
16@property (nonatomic, strong, nullable) NSString* propertyType;
17@property (nonatomic, strong, nullable) NSObject* propertyValue;
18
22- (nullable instancetype)initWithValue:(nullable NSObject*)value andType:(nullable NSString*)type;
23
24@end
Definition MPLocationProperty.h:15
NSString * propertyType
Definition MPLocationProperty.h:16
NSObject * propertyValue
Definition MPLocationProperty.h:17