Home > @magiclane/maps-sdk > EVCarModel
EVCarModel class
An electric vehicle car model used for EV route calculations.
Contains vehicle specifications relevant to EV routing such as battery capacity, charging ports, range, efficiency, and fast charge capability.
Routes & Navigation
Signature:
export declare class EVCarModel extends GemAutoreleaseObject Extends: GemAutoreleaseObject
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the EVCarModel class.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
number |
The usable battery capacity in Wh. | |
|
|
number |
The energy consumption in Wh/km. | |
|
|
number |
How many km can be charged in one hour (10-80% interval). | |
|
|
number |
The unique identifier of the car model. | |
|
|
string |
The name of the car model. | |
|
|
number |
Supported charging ports, a combination of one or more charging connector types. | |
|
|
number |
The maximum weight available on the vehicle towbar. | |
|
|
number |
The vehicle range in meters. |