MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core.models
/
MPLatLng
MPLat
Lng
open
class
MPLatLng
Content copied to clipboard
Constructors
Functions
Constructors
MPLat
Lng
Link copied to clipboard
open
fun
MPLatLng
(
lat
:
Double
,
lng
:
Double
)
Content copied to clipboard
MPLat
Lng
Link copied to clipboard
open
fun
MPLatLng
(
other
:
MPLatLng
)
Content copied to clipboard
Functions
get
Lat
Link copied to clipboard
open
fun
getLat
(
)
:
Double
Content copied to clipboard
get
Lng
Link copied to clipboard
open
fun
getLng
(
)
:
Double
Content copied to clipboard
set
Lat
Link copied to clipboard
open
fun
setLat
(
lat
:
Float
)
Content copied to clipboard
set
Lng
Link copied to clipboard
open
fun
setLng
(
lng
:
Float
)
Content copied to clipboard
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String
Content copied to clipboard