MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPLocationField.h
Go to the documentation of this file.
1//
2// MPLocationField.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 15/12/14.
6// Copyright (c) 2014 MapsPeople A/S. All rights reserved.
7//
8
9#import "MPJSONModel.h"
10
11#define MPLocationFieldName @"name"
12#define MPLocationFieldDescription @"description"
13#define MPLocationFieldAlias @"alias"
14#define MPLocationFieldPhone @"phone"
15#define MPLocationFieldEmail @"email"
16#define MPLocationFieldImageUrl @"imageUrl"
17#define MPLocationFieldWebsite @"website"
18
19
20@interface MPLocationField : MPJSONModel
21
22@property (nonatomic, strong, nullable) NSString<Optional>* type;
23@property (nonatomic, strong, nullable) NSString<Optional>* text;
24@property (nonatomic, strong, nullable) NSString<Optional>* value;
25
26@end
Definition MPLocationField.h:21
NSString< Optional > * text
Definition MPLocationField.h:23
NSString< Optional > * value
Definition MPLocationField.h:24
NSString< Optional > * type
Definition MPLocationField.h:22