EVStation

interface EVStation : Location

Functions

Link copied to clipboard
abstract fun alwaysOpen(): Boolean
Link copied to clipboard
abstract fun directions(locale: Locale): StationDirections?
Link copied to clipboard
abstract fun getAddress(): String
Link copied to clipboard
abstract fun getChargingGrade(): String?
Link copied to clipboard
abstract fun getCity(): String
Link copied to clipboard
abstract fun getCountry(): String
Link copied to clipboard
abstract fun getCPOName(): String?
Link copied to clipboard
abstract fun getEVSEs(): List<EVSE>
Link copied to clipboard
abstract fun getId(): String
Link copied to clipboard
abstract fun getLatitude(): Double
Link copied to clipboard
abstract fun getLongitude(): Double
Link copied to clipboard
abstract fun getNetworkName(): String
Link copied to clipboard
abstract fun getPartyId(): String
Link copied to clipboard
abstract fun getStationName(): String
Link copied to clipboard
abstract fun getTariffText(): String?
Link copied to clipboard
abstract fun hours(): List<RegularHours>?
Link copied to clipboard
abstract fun isPncEnabled(): Boolean
Link copied to clipboard
abstract fun paymentsEnabled(): Boolean