MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core.models
/
MPLatLng
MPLat
Lng
open
class
MPLatLng
Constructors
Functions
Constructors
MPLat
Lng
Link copied to clipboard
open
fun
MPLatLng
(
lat
:
Double
,
lng
:
Double
)
MPLat
Lng
Link copied to clipboard
open
fun
MPLatLng
(
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