ParkingLocationTrait.CurrentParkingLocation

class ParkingLocationTrait.CurrentParkingLocation : ClusterStruct


Locations of the user's parked vehicles.

Summary

Nested types

Descriptor enum for this struct's fields.

Public constructors

CurrentParkingLocation(
    locationDescription: List<String>,
    languageCode: String
)

Creates the CurrentParkingLocation class.

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Public properties

String

ISO 639-1 language code, for example, en for English.

List<String>

Locations of the user's parked vehicles.

Public constructors

CurrentParkingLocation

CurrentParkingLocation(
    locationDescription: List<String> = emptyList(),
    languageCode: String = ""
)

Creates the CurrentParkingLocation class.

Public functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

languageCode

val languageCodeString

ISO 639-1 language code, for example, en for English.

locationDescription

val locationDescriptionList<String>

Locations of the user's parked vehicles.