WemapSDKs
Toggle table of contents
0.27.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
WemapSDKs
WemapCoreSDK
/
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