SimpleVehicle
A geolocated vehicle
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 |