Module: Google::Maps::FleetEngine::V1::PowerSource
- Defined in:
- proto_docs/google/maps/fleetengine/v1/vehicles.rb
Overview
Type of the charger being used to charge the battery.
Constant Summary collapse
- UNKNOWN_POWER_SOURCE =
Power source unknown.
0
- POWER_SOURCE_AC =
Power source is an AC charger.
1
- POWER_SOURCE_USB =
Power source is a USB port.
2
- POWER_SOURCE_WIRELESS =
Power source is wireless.
3
- POWER_SOURCE_UNPLUGGED =
Battery is unplugged.
4