toggle menu
Wemap SDKs
0.23.1
androidJvm
switch theme
search in API
core
/
com.getwemap.sdk.core.model.entities
/
Coordinate
/
copy
copy
fun
copy
(
location
:
Location
=
this.location.copy()
,
levels
:
List
<
Float
>
=
LevelUtils.clone(this.levels)
,
heightFromFloor
:
Float
?
=
this.heightFromFloor
,
heightFromGround
:
Float
?
=
this.heightFromGround
)
:
Coordinate