Home > @magiclane/maps-sdk > EVProfile

EVProfile class

Signature:

export declare class EVProfile 

Constructors

Constructor

Modifiers

Description

(constructor)({ ports, departureSoc, destinationSoc, chargerDestSoc, chargerDepSoc, chargerOverheadMins, batteryHealth, id, batteryCapacity, towbarPossible, vehicleRange, efficiency, fastCharge, }, input)

Constructs a new instance of the EVProfile class

Properties

Property

Modifiers

Type

Description

batteryCapacity

number

batteryHealth

number

chargerDepSoc

number

chargerDestSoc

number

chargerOverheadMins

number

connectors

EVChargingConnector[]

departureSoc

number

destinationSoc

number

efficiency

number

fastCharge

number

id

number

ports

number

towbarPossible

number

vehicleRange

number

Methods

Method

Modifiers

Description

equals(other)

fromJson(json)

static

toJson()