MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPLatLng.h
Go to the documentation of this file.
1//
2// MPLatLng.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 "MPJSONModel.h"
11
12@interface MPLatLng : MPJSONModel
13
14@property double lat;
15@property double lng;
16
17@end
Definition MPLatLng.h:13
double lat
Definition MPLatLng.h:14
double lng
Definition MPLatLng.h:15