MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
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
Definition MPRouteBounds.h:16
MPRouteCoordinate * southwest
Definition MPRouteBounds.h:24
MPRouteCoordinate * northeast
Definition MPRouteBounds.h:20
Definition MPRouteCoordinate.h:15