MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPRouteCoordinate.h
Go to the documentation of this file.
1//
2// MPRouteCoordinate.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 07/07/14.
6// Copyright (c) 2014 MapsPeople A/S. All rights reserved.
7//
8
9#import "MPJSONModel.h"
10
14@interface MPRouteCoordinate : MPJSONModel
15
19@property (nonatomic, strong, nullable) NSNumber<Optional>* zLevel;
23@property (nonatomic, strong, nullable) NSNumber* lat;
27@property (nonatomic, strong, nullable) NSNumber* lng;
31@property (nonatomic, strong, nullable) NSString<Optional>* floor_name;
35@property (nonatomic, strong, nullable) NSString<Optional>* label;
36
37@end
Definition MPRouteCoordinate.h:15
NSNumber * lat
Definition MPRouteCoordinate.h:23
NSString< Optional > * label
Definition MPRouteCoordinate.h:35
NSNumber * lng
Definition MPRouteCoordinate.h:27
NSString< Optional > * floor_name
Definition MPRouteCoordinate.h:31
NSNumber< Optional > * zLevel
Definition MPRouteCoordinate.h:19