EVCoreStation

interface EVCoreStation

Functions

Link copied to clipboard
abstract fun alwaysOpen(): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun getAddress(): String
Link copied to clipboard
abstract fun getCity(): String
Link copied to clipboard
abstract fun getCostDescription(): 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<EvCoreEvse>
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 hours(): List<RegularHours>?
Link copied to clipboard
abstract fun paymentsEnabled(): Boolean