Roads API

REST 資源:selection.v1.projects.selectedRoutes

方法
batchCreate POST /selection/v1/{parent=projects/*}/selectedRoutes:batchCreate
建立多個 SelectedRoutes,並啟動排程,定期擷取每個路徑的快取資訊。
create POST /selection/v1/{parent=projects/*}/selectedRoutes
建立 SelectedRoute,並啟動排程,定期擷取路線的快取資訊。
delete DELETE /selection/v1/{name=projects/*/selectedRoutes/*}
針對特定專案刪除指定的 SelectedRoute。
get GET /selection/v1/{name=projects/*/selectedRoutes/*}
Gets a SelectedRoute as specified by its name.
list GET /selection/v1/{parent=projects/*}/selectedRoutes
列出指定專案的所有 SelectedRoute,並提供分頁功能。