Wemap SDKs
Toggle table of contents
0.24.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Wemap SDKs
core
/
com.getwemap.sdk.core.model.entities
/
Coordinate
/
Coordinate
Coordinate
constructor
(
location
:
Location
,
level
:
Float
)
constructor
(
latitude
:
Double
,
longitude
:
Double
,
levels
:
List
<
Float
>
=
emptyList()
)
constructor
(
latitude
:
Double
,
longitude
:
Double
,
level
:
Float
)
constructor
(
latitude
:
Double
,
longitude
:
Double
,
altitude
:
Double
,
accuracy
:
Float
,
levels
:
List
<
Float
>
=
emptyList()
)
constructor
(
location
:
Location
,
levels
:
List
<
Float
>
=
listOf()
,
heightFromFloor
:
Float
?
=
null
,
heightFromGround
:
Float
?
=
null
)