ElectricEngine

public struct ElectricEngine

A electric vehicle engine for route planning and consumption estimation.

Important

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

Lifecycle

Public

  • Specifies the efficiency of the vehicle.

    Important

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

    Declaration

    Swift

    public struct Efficiency
  • Describes capacity and the consumption of the EV.

    Important

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

    Declaration

    Swift

    public struct Consumption
  • Describes capacity and current charge of the EV.

    Important

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

    Declaration

    Swift

    public struct ChargeLevel
  • Describes connector information of an electric engine.

    Important

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

    Declaration

    Swift

    public struct ChargingParameters
  • Describes capacity and the consumption of the EV.

    Declaration

    Swift

    public let consumption: Consumption?
  • Specifies the efficiency of the engine.

    Declaration

    Swift

    public let efficiency: Efficiency?
  • Specifies the current and maximum charge of the vehicle.

    Declaration

    Swift

    public let chargeLevel: ChargeLevel?
  • Specifies the charging parameters of the vehicle.

    Declaration

    Swift

    public let chargingParameters: ChargingParameters?