code
UI Voice
/
com.mapbox.navigation.ui.voice.model
/
SpeechVolume
Speech
Volume
data
class
SpeechVolume
(
@
FloatRange
(
from
=
0.0
,
to
=
1.0
)
val
level
:
Float
)
Content copied to clipboard
The state is returned if we change the speech volume.
Constructors
Properties
Parameters
Parameters
level
volume level must be a value between 0.0..1.0
Constructors
Speech
Volume
Link copied to clipboard
fun
SpeechVolume
(
@
FloatRange
(
from
=
0.0
,
to
=
1.0
)
level
:
Float
)
Content copied to clipboard
Properties
level
Link copied to clipboard
val
level
:
Float
Content copied to clipboard