EvSearchResult

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)