Magidoc

RentalVehicle
Object

Rental vehicle represents a vehicle that belongs to a rental network.

Fields

#

allowPickupNow

If true, vehicle is currently available for renting.

fuel

Fuel or battery status of the rental vehicle

id

ID !
Non-null

Global object ID provided by Relay. This value can be used to refetch this object using node query.

lat

Latitude of the vehicle (WGS 84)

lon

Longitude of the vehicle (WGS 84)

name

Non-null

Name of the vehicle

network

ID of the rental network.

operative

If true, vehicle is not disabled.

rentalNetwork

Non-null

The vehicle rental network information. This is referred as system in the GBFS terminology.

rentalUris

Platform-specific URLs to begin the vehicle.

vehicleId

ID of the vehicle in the format of network:id

vehicleType

The type of the rental vehicle (scooter, bicycle, car...)

Interfaces

#

Also implements Node , PlaceInterface .

Usages

#

References

#

  • Field rentalVehicle from Place