DistanceUnits

class DistanceUnits(val value: String) : Parcelable

Supported distance unit types.

Parameters

value

String value of this property

Constructors

Link copied to clipboard
fun DistanceUnits(value: String)

Types

Link copied to clipboard
object Companion

Static methods and variables.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a String for the object.

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

Returns the ordinal of this constant.

Link copied to clipboard