CarShareResponse interface

Details of the car share vehicle. Name is always returned. Level of other returned details depends on car share operator.

Properties

batteryLevel

Percentage of battery indicating the battery level, 100 being full, 0 empty. Unit: percentage (%).

fuelLevel

Percentage of fuel indicating the fuel level, 100 being full, 0 empty. Unit: percentage (%).

model

Model of the car.

name

Car share provider specific value – most often will be the vehicle's license plate.

operatorInfo

Details of the share operator.

position

Last known location of the vehicle.

pricing

Pricing details including currency, reservation price and usage price.

seatCount

Total number of seats in the vehicle.

Property Details

batteryLevel

Percentage of battery indicating the battery level, 100 being full, 0 empty. Unit: percentage (%).

batteryLevel?: number

Property Value

number

fuelLevel

Percentage of fuel indicating the fuel level, 100 being full, 0 empty. Unit: percentage (%).

fuelLevel?: number

Property Value

number

model

Model of the car.

model?: string

Property Value

string

name

Car share provider specific value – most often will be the vehicle's license plate.

name?: string

Property Value

string

operatorInfo

Details of the share operator.

operatorInfo?: OperatorInfo

Property Value

position

Last known location of the vehicle.

position?: Coordinate

Property Value

pricing

Pricing details including currency, reservation price and usage price.

pricing?: Pricing

Property Value

seatCount

Total number of seats in the vehicle.

seatCount?: number

Property Value

number