code
Core
/
com.mapbox.navigation.core.telemetry.events
/
BitmapEncodeOptions
/
Builder
/
width
width
fun
width
(
@
IntRange
(
from
=
1
)
width
:
Int
)
:
BitmapEncodeOptions.Builder
Content copied to clipboard
Updates maximum width of an encoded screenshot, default is 250.
Throws
kotlin.
Illegal
State
Exception
if
width
is less than 1.