toggle menu
Wemap SDKs
0.21.0
androidJvm
switch theme
search in API
core
/
com.getwemap.sdk.core.model.entities
/
LevelChange
Level
Change
@
Serializable
data
class
LevelChange
(
val
difference
:
Float
,
val
direction
:
Incline
,
val
type
:
LevelChangeType
?
=
null
)
Members
Constructors
Level
Change
Link copied to clipboard
constructor
(
difference
:
Float
,
direction
:
Incline
,
type
:
LevelChangeType
?
=
null
)
Properties
difference
Link copied to clipboard
val
difference
:
Float
direction
Link copied to clipboard
val
direction
:
Incline
type
Link copied to clipboard
val
type
:
LevelChangeType
?
=
null
Functions
to
String
Compact
Link copied to clipboard
fun
toStringCompact
(
)
:
String