Operatingarea#
Note
Viewing documentation for the current version v1beta1.
The required Protobuf definitions can be downloaded here:
OperatingAreaService#
This service provides methods to query the MOIA operating areas.
ListOperatingAreas#
rpc ListOperatingAreas(ListOperatingAreasRequest) ListOperatingAreasResponse
List all operating areas.
GetOperatingArea#
rpc GetOperatingArea(GetOperatingAreaRequest) GetOperatingAreaResponse
Get a specific operating area by its ID.
Messages#
GetOperatingAreaRequest#
Request message for GetOperatingArea.
Field |
Type |
Description |
|---|---|---|
id |
string |
Unique identifier for the operating area as UUIDv4. |
GetOperatingAreaResponse#
Response message for GetOperatingArea.
Field |
Type |
Description |
|---|---|---|
operating_area |
The requested operating area. |
ListOperatingAreasRequest#
Request message for ListOperatingAreas.
Field |
Type |
Description |
|---|---|---|
page_size (optional) |
int32 |
The maximum number of operating areas to return (default 50). |
page_token (optional) |
string |
A page token, received from a previous |
ListOperatingAreasResponse#
Response message for ListOperatingAreas.
Field |
Type |
Description |
|---|---|---|
operating_areas |
All operating areas. |
|
next_page_token (optional) |
string |
A token, which can be sent as |
OperatingArea#
An operating area defines a geographical area where MOIA vehicles are allowed to operate.
Field |
Type |
Description |
|---|---|---|
id |
string |
Unique identifier for the operating area as UUIDv4. |
name |
string |
Human readable name for display purposes. |
geometry |
string |
Geometry as a GeoJSON MultiPolygon object. |
region_id |
string |
Region identifier the operating area belongs to. |