EvSearchResult
class EvSearchResult(val id: PoiId, val names: List<String> = emptyList(), val phones: List<String> = emptyList(), val emails: List<String>? = null, val place: Place? = null, val chargingStations: List<ChargingStation> = emptyList(), val openingHours: OpeningHours? = null, val timeZone: TimeZone? = null, val paymentOptions: List<PaymentOptions> = emptyList(), val accessType: AccessType? = null, val detour: Detour? = null)
Describes the POI details of a single result item returned by the EV Search API.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Link copied to clipboard
constructor(id: PoiId, names: List<String> = emptyList(), phones: List<String> = emptyList(), emails: List<String>? = null, place: Place? = null, chargingStations: List<ChargingStation> = emptyList(), openingHours: OpeningHours? = null, timeZone: TimeZone? = null, paymentOptions: List<PaymentOptions> = emptyList(), accessType: AccessType? = null, detour: Detour? = null)
Properties
Link copied to clipboard
Access type of the EV POI station.
Link copied to clipboard
List of ChargingStation which hold information related to the EV POI.
Link copied to clipboard
Opening hours for the EV POI.
Link copied to clipboard
List of PaymentOption which hold information related to the EV POI.
Link copied to clipboard
TimeZone information related to the openingHours for the EV POI.