Properties

Each tile provided by the tile service contains a layer, called stations. This layer contains a list of features, for either clusters or stations. All features have the following properties:

KeyTypeDescription
IDstringThis is the ID of the station. If the feature is a cluster, this parameter is the ID of the first station in that cluster.
latnumberThe latitude coordinate of the feature for both clusters and stations.
lngnumberThe longitude coordinate of the feature for both clusters and stations.
countnumberThe number of stations within a cluster. This is the discriminator between clusters and stations. The count will always be 1 for a station and more than 1 for clusters.
expansionZoomnumberThe zoom level where the cluster is split into multiple clusters or stations.
speedenumThis indicates the power of a station. It can vary between slow, fast or turbo. If the feature is a cluster, it will indicate the power of the first station in that cluster. All stations below 43 kWh are considered slow, between 43 kWh and 150 kWh - fast, and above 150 kWh - turbo.
statusenumThis indicates the availability status of a station. It can vary between free, busy, unknown or error. If the feature is a cluster, it will indicate the availability status of the first station in that cluster. Free means that at least one connector is available to charge a vehicle; busy means that there are no free connectors; error means that the station is inoperational and cannot be used; unknown means that we don't know the exact status of all connectors.
preferred_operatorbooleanDeprecated in favor of preferredOperator.
preferredOperatorbooleanThis flag indicates if the operator of a particular station is marked as a preferred operator. Preferred operators can be managed through the dashboard.
excludedOperatorbooleanThis flag indicates if the operator of a particular station is marked as an excluded operator. Excluded operators can be managed through the dashboard.

note

You must use the count property to differentiate between stations and clusters. The count will always be 1 for a station and more than 1 for clusters.