Stay organized with collections
Save and categorize content based on your preferences.
MeasurementSystem
class MeasurementSystem
Enumeration for representing the measurement systems.
Summary
Properties
SI
static val SI: LocaleData.MeasurementSystem!
Measurement system specified by Le Système International d'Unités (SI) otherwise known as Metric system.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# LocaleData.MeasurementSystem\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nMeasurementSystem\n=================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/util/LocaleData.MeasurementSystem \"View this page in Java\") \n\n```\nclass MeasurementSystem\n```\n\n|---|----------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.icu.util.LocaleData.MeasurementSystem](#) |\n\nEnumeration for representing the measurement systems.\n\nSummary\n-------\n\n| Properties ||\n|-------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| static [LocaleData.MeasurementSystem](#)! | [SI](#SI:android.icu.util.LocaleData.MeasurementSystem) Measurement system specified by Le Système International d'Unités (SI) otherwise known as Metric system. |\n| static [LocaleData.MeasurementSystem](#)! | [UK](#UK:android.icu.util.LocaleData.MeasurementSystem) Mix of metric and imperial units used in Great Britain. |\n| static [LocaleData.MeasurementSystem](#)! | [US](#US:android.icu.util.LocaleData.MeasurementSystem) Measurement system followed in the United States of America. |\n\nProperties\n----------\n\n### SI\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val SI: LocaleData.MeasurementSystem!\n```\n\nMeasurement system specified by Le Système International d'Unités (SI) otherwise known as Metric system. \n\n### UK\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val UK: LocaleData.MeasurementSystem!\n```\n\nMix of metric and imperial units used in Great Britain. \n\n### US\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val US: LocaleData.MeasurementSystem!\n```\n\nMeasurement system followed in the United States of America."]]