MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPRouteResult.h
Go to the documentation of this file.
1//
2// RouteResult.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#import "MPRouteProperty.h"
11
12@protocol MPRoute
13@end
14
18@interface MPRouteResult : MPJSONModel
19
23@property (nonatomic, strong, nullable) NSArray<MPRoute, Optional>* routes;
27@property (nonatomic, strong, nullable) NSString<Optional>* status;
28
29
30@end
Definition MPRoute.h:43
Definition MPRouteResult.h:19
NSString< Optional > * status
Definition MPRouteResult.h:27
NSArray< MPRoute, Optional > * routes
Definition MPRouteResult.h:23