EVSearchResult

public struct EVSearchResult

A response structure that contains EV search results.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • id

    The POIID that includes the EV POI identifier.

    Declaration

    Swift

    public let id: POIID
  • The name of the EV POI result.

    Declaration

    Swift

    public let name: String?
  • The phone number of the EV POI result.

    Declaration

    Swift

    public let phone: String?
  • The Place of the EV POI result.

    Declaration

    Swift

    public let place: Place
  • A list of ChargingStations that hold information related to the EV POI.

    Declaration

    Swift

    public let chargingStations: [ChargingStation]
  • The opening hours of the EV POI.

    Declaration

    Swift

    public let openingHours: OpeningHours?
  • The time zone of the EV POI.

    Declaration

    Swift

    public let timeZone: TimeZone?
  • A list of payment options supported by the EV POI.

    Declaration

    Swift

    public let paymentOptions: [ChargingPark.PaymentOptions]
  • Access type of the EV POI.

    Declaration

    Swift

    public let accessType: ChargingPark.AccessType?