Class: ChargingStationStep

bemap.ChargingStationStep(options)

Base class for charging station step used by EVSE routing calculation.

Constructor

new ChargingStationStep(options)

Parameters:
Name Type Description
options Object To set all fields of this class.
Source:

Members

(protected) accessibility :String

Accessibility of pool.
Type:
  • String
Source:

(protected) addressComplement :String

Pool address, address complement.
Type:
  • String
Source:

(protected) availabilityStatus :String

Availability status.
Type:
  • String
Source:

(protected) batteryChargeLevel :float

The battery charge level (in %) of the vehicle at the given charge point.
Type:
  • float
Source:

(protected) brand :String

Brand of pool.
Type:
  • String
Source:

(protected) chargingTime :long

The estimated charging time, based on energy vehicle profile (in seconds) or -1 in case of error (that is, if battery capacity = 0, or Connector power <= 0, or Maximum charge power <= 0).
Type:
  • long
Source:

(protected) city :String

Pool address, city.
Type:
  • String
Source:

(protected) comment :String

Comment.
Type:
  • String
Source:

(protected) connectorType :String

Type:
  • String
Source:

(protected) consumedFromPreviousStop :double

The energy needed to come from the previous stop (in kWh).
Type:
  • double
Source:

(protected) country :String

Pool address, country.
Type:
  • String
Source:

(protected) countryCode :String

Pool address, country code.
Type:
  • String
Source:

(protected) county :String

Pool address, county.
Type:
  • String
Source:

(protected) district :String

Pool address, district.
Type:
  • String
Source:

(protected) entrance :bemap.Coordinate

Coordinate of entrance gateway to pool access.
Type:
Source:

(protected) floorNumber :String

Address floor number.
Type:
  • String
Source:

(protected) id :String

Unique identifier.
Type:
  • String
Source:

(protected) maxNominalPower :double

Nominal power in kW.
Type:
  • double
Source:

(protected) nameOfPool :String

Name of pool.
Type:
  • String
Source:

(protected) numberOfChargingPoint :int

Summarized of number of charging point present in pool.
Type:
  • int
Source:

(protected) openingHours :String

List of opening hours.
Type:
  • String
Source:

(protected) phoneNumber :String

Phone number.
Type:
  • String
Source:

(protected) postalCode :String

Pool address, postal code.
Type:
  • String
Source:

(protected) providerName :String

Provider name used by BeMap (bgis).
Type:
  • String
Source:

(protected) roadNumber :String

Pool address, road number.
Type:
  • String
Source:

(protected) siteType :String

Type of site.
Type:
  • String
Source:

(protected) sourceProvider :String

Name of the original provider.
Type:
  • String
Source:

(protected) state :String

Pool address, state.
Type:
  • String
Source:

(protected) street :String

Pool address, street.
Type:
  • String
Source:

(protected) streetNumber :String

Pool address, street number.
Type:
  • String
Source: