MapsIndoors iOS SDK
V3
Loading...
Searching...
No Matches
tmp_docs
src
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
MPLatLng
Definition
MPLatLng.h:13
MPLatLng::lat
double lat
Definition
MPLatLng.h:14
MPLatLng::lng
double lng
Definition
MPLatLng.h:15
Generated by
1.10.0