VehicleInStation
A geolocated vehicle in a station
Implements
Fields
Name  | Type  | Description  | 
|---|---|---|
| id | String | The provider id | 
| publicId | String | A visible id. Licence plate or QR code id. This id should help an end user user to identify a vehicule in the street. | 
| lat | Float | The vehicle's latitude | 
| lng | Float | The vehicle's longitude | 
| type | VehicleType | The object's type | 
| attributes | [VehicleAttribute] | The vehicle's attributes | 
| propulsion | PropulsionType | The vehicle's propulsion type | 
| battery | Int | The vehicle battery level percent | 
| deeplink | String | Vehicle's deeplink | 
| pricing | VehiclePricing | Vehicle's rental price | 
| provider | Provider | |
| carClass | CarType | The car's type | 
| carModel | String | The car's model. Brand + model.Eg: Renault Zoe |