Package-level declarations
Types
A functional interface for formatting distances in a user-friendly way. This interface provides a composable function that formats a distance value according to a specified unit and language.
Formatter for converting Duration values into localized strings.
A functional interface for formatting Speed values into localized AnnotatedString representations.
Functional interface for formatting a given time into a string representation based on a specific time format (12-hour or 24-hour).
Functions
Displays a formatted distance as text, adapting to the specified locale, unit system, and format style.
Formats the Distance into a long representation based on the specified DistanceUnit and language.
Formats the Distance into a short representation based on the specified DistanceUnit and language.
Displays a formatted speed as text, adapting to the specified locale, unit system, and format style.