toggle menu
mapbox-navigation-android
androidJvm
switch theme
search in API
UI Base
/
com.mapbox.navigation.ui.base.formatter
/
ValueFormatter
Value
Formatter
fun
interface
ValueFormatter
<
in
T
,
out
R
>
An interface for formatting from one value to another.
Members
Functions
format
Link copied to clipboard
abstract
fun
format
(
update
:
T
)
:
R
Formats the input to the output.