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
/
LevelChange
Level
Change
@
Serializable
data
class
LevelChange
(
val
difference
:
Float
,
val
direction
:
Incline
,
val
type
:
LevelChangeType
?
=
null
)
:
IStringConvertibleCompact
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
open
override
fun
toStringCompact
(
)
:
String