|
Maps SDK for C++ 1.0.0
|
Motor vehicle profile. More...


Public Member Functions | |
| MotorVehicleProfile (EFuelType fuel, int massKg, double maxSpeed=0.) noexcept | |
| default constructor MotorVehicleProfile | |
| bool | operator== (const MotorVehicleProfile &p) const |
| Comparison operator. | |
| bool | operator!= (const MotorVehicleProfile &p) const |
| Comparison operator. | |
Public Attributes | |
| EFuelType | fuel |
| int | mass |
| double | maxSpeed |
| String | plateNumber |
Motor vehicle profile.
This is a base class for car and truck profiles
|
inlinenoexcept |
default constructor MotorVehicleProfile
| EFuelType gem::MotorVehicleProfile::fuel |
Engine fuel type. Default is petrol
| int gem::MotorVehicleProfile::mass |
Vehicle mass in kg. By default it is 0 and is not considered in routing
| double gem::MotorVehicleProfile::maxSpeed |
Vehicle max speed im m/s. By default it is 0. and is not considered in routing
|
inherited |
Vehicle plate number