Uses of Class
ai.nextbillion.maps.model.VehicleType
| Package | Description |
|---|---|
| ai.nextbillion.maps.model |
-
Uses of VehicleType in ai.nextbillion.maps.model
Fields in ai.nextbillion.maps.model declared as VehicleType Modifier and Type Field Description VehicleTypeVehicle. typeThe type of vehicle that runs on this line.Methods in ai.nextbillion.maps.model that return VehicleType Modifier and Type Method Description static VehicleTypeVehicleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VehicleType[]VehicleType. values()Returns an array containing the constants of this enum type, in the order they are declared.