Vehicle Type & Tags
Vehicle Types
Karhoo maintains a list of standard product types and tags into which each Fleet options are mapped. To be considered each supplier has to conform to local licensing and regulations for private hire and metered taxi.
How does this differ from Karhoo's Vehicle Class?
Vehicle Class is used to match an e-hailing app experience where most details of what you'll get are represented by a single term like Electric, or Saloon.
We discourage using Vehicle Class as it limits flexibility for vehicle combinations. For example we can only describe an electric MPV as Electric using Vehicle Class whereas using the combination of Vehicle Type and Vehicle Tag gives you all combinations of electric vehicles.
Vehicle Type | Description |
---|---|
moto | A vehicle with two wheels. |
standard | The most common or standard vehicle for a local region. For example in the UK standard would be considered a Saloon whereas in the US this is a Sedan. |
mpv | Typically a large or oversized vehicle with additional capacity. |
bus | The largest type of vehicle with capacities greater than 6 passengers or standard pieces of luggage. |
Vehicle Tags
Vehicle Type alone is not enough to describe the full capabilities of our Supply Partners. Booking through Karhoo is not just about transit capacity, we also want to provide our Demand Partners a rich marketplace that evolves with the changing ground transportation environment. Thus we are also introducing Vehicle Tags.
Here are a few common properties widely supported by many of our mobility providers that you can use to improve the booking experience:
Vehicle Tag | Description |
---|---|
electric | A fully battery electric vehicle. |
hybrid | A mixed hybrid combustion vehicle. |
wheelchair | A vehicle equipped to handle wheelchairs. |
child-seat | Provides a child seat. |
taxi | A vehicle with a regulated metered fare. |
executive | Describes a premium model of vehicle. |
luxury | The highest quality vehicle offered in a region. |
Object Examples
...
"vehicle": {
"type":"standard",
"class": "electric",
"passenger_capacity": 3,
"luggage_capacity": 2,
"tags": [
"electric", "taxi"
]
}
...
Updated over 2 years ago