Operating Area#
The OperatingAreaService allows to query geographical areas where fleets are able to perform
passenger pick-ups and drop-offs.
An operating area belongs to exactly one operator tenant and exactly one region. A fleet belongs to exactly one operating area, while an operating area can have multiple fleets.
Operating Area Objects#
An operating area contains a unique ID, name and the region ID it belongs to. A single GeoJSON MultiPolygon geometry describes the operating area geographically.
Example:
{
"id": "e131608b-ca26-4e28-a2db-322a42f8e29f",
"geometry": "{\"type\":\"MultiPolygon\",\"coordinates\":[[[[9.998791 ...",
"name": "example operating area",
"region_id": "9d28eb5f-3015-4e48-a129-2842461e7eb8"
}
Operating Area Functionality#
Get all operating areas#
Use the ListOperatingAreas call to get all available operating areas.
Get one specific operating area#
Use the GetOperatingArea call to get one operating area by its ID.