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