toggle menu
woosmap-sdk
1.1.3
androidJvm
switch theme
search in API
woosmap-sdk
/
com.woosmap.sdk.api.indoor
/
IndoorLocation
Indoor
Location
data
class
IndoorLocation
(
val
latitude
:
Double
,
val
longitude
:
Double
,
val
level
:
Int
)
Members
Constructors
Indoor
Location
Link copied to clipboard
constructor
(
latLng
:
LatLng
,
level
:
Int
)
constructor
(
latitude
:
Double
,
longitude
:
Double
,
level
:
Int
)
Properties
latitude
Link copied to clipboard
@
SerializedName
(
value
=
"lat"
)
val
latitude
:
Double
level
Link copied to clipboard
val
level
:
Int
longitude
Link copied to clipboard
@
SerializedName
(
value
=
"lng"
)
val
longitude
:
Double
Functions
to
Lat
Lng
Link copied to clipboard
fun
toLatLng
(
)
:
LatLng