MapsIndoors iOS SDK
V3
Loading...
Searching...
No Matches
tmp_docs
src
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
MPLatLng.h
MPLatLngBounds
Definition
MPLatLngBounds.h:14
MPLatLngBounds::southWest
MPLatLng * southWest
Definition
MPLatLngBounds.h:15
MPLatLngBounds::northEast
MPLatLng * northEast
Definition
MPLatLngBounds.h:16
MPLatLng
Definition
MPLatLng.h:13
Generated by
1.10.0