MapsIndoors iOS SDK
V3
Loading...
Searching...
No Matches
tmp_docs
src
MPRouteBounds.h
Go to the documentation of this file.
1
//
2
// MPRouteBounds.h
3
// MapsIndoors
4
//
5
// Created by Daniel Nielsen on 25/09/15.
6
// Copyright © 2015 MapsPeople A/S. All rights reserved.
7
//
8
9
#import "MPJSONModel.h"
10
#import "
MPRouteCoordinate.h
"
11
15
@interface
MPRouteBounds
: MPJSONModel
16
20
@property
(nonatomic, strong, nullable)
MPRouteCoordinate
*
northeast
;
24
@property
(nonatomic, strong, nullable)
MPRouteCoordinate
*
southwest
;
25
26
@end
MPRouteCoordinate.h
MPRouteBounds
Definition
MPRouteBounds.h:16
MPRouteBounds::southwest
MPRouteCoordinate * southwest
Definition
MPRouteBounds.h:24
MPRouteBounds::northeast
MPRouteCoordinate * northeast
Definition
MPRouteBounds.h:20
MPRouteCoordinate
Definition
MPRouteCoordinate.h:15
Generated by
1.10.0