MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPMapExtend.h
Go to the documentation of this file.
1//
2// MPMapExtend.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 18/03/14.
6// Copyright (c) 2014 MapsPeople A/S. All rights reserved.
7//
8#import <Foundation/Foundation.h>
9
10@class GMSCoordinateBounds;
11
12@interface MPMapExtend : NSObject
13
14- (nullable instancetype)initWithGMSBounds:(nullable GMSCoordinateBounds*)bounds;
15
16@property double south;
17@property double west;
18@property double north;
19@property double east;
20
21@end
Definition MPMapExtend.h:13
double west
Definition MPMapExtend.h:17
double north
Definition MPMapExtend.h:18
double south
Definition MPMapExtend.h:16
double east
Definition MPMapExtend.h:19