MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPLatLngBounds.h
Go to the documentation of this file.
1//
2// MPLatLngBounds.h
3// MapsIndoors SDK for iOS
4//
5// Created by Daniel Nielsen on 11/5/13.
6// Copyright (c) 2017 MapsPeople A/S. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "MPLatLng.h"
11#import "MPJSONModel.h"
12
13@interface MPLatLngBounds : MPJSONModel
14
15@property (nonatomic, strong, nullable) MPLatLng* southWest;
16@property (nonatomic, strong, nullable) MPLatLng* northEast;
17
18@end
Definition MPLatLngBounds.h:14
MPLatLng * southWest
Definition MPLatLngBounds.h:15
MPLatLng * northEast
Definition MPLatLngBounds.h:16
Definition MPLatLng.h:13