API Reference - Car.GetAutonomy()
Car.GetAutonomy()
Car.GetAutonomy()
| Description | Gets the total autonomy remaining always in km. | 
| Response | Number   Remaining autonomy in km. | 
    
| Parameter | Void | 
Example
1
2
3
var CarAutonomy = Car.GetAutonomy();
// CarAutonomy = 342 km
// The max length is 3 characters
Appeared in Software version 5.14.11.30