ParkingLocationTrait.CurrentParkingLocation

class ParkingLocationTrait.CurrentParkingLocation


Locations of the user's parked vehicles.

Summary

Public constructors

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

Creates the CurrentParkingLocation class.

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 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.