package routing

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BusJourneyBody

routing.proto:99

Used in: Journey

message BusLine

routing.proto:131

公交线路 Bus line

Used in: BusLines

message BusLines

routing.proto:146

公交线路集合,对应一个公交线路pb文件或一个公交线路mongodb collection Bus lines collection, corresponding to a bus line PB file or a bus line mongodb collection

message DrivingJourneyBody

routing.proto:46

驾车出行方式的路径规划结果 Routing results for driving journey

Used in: Journey

message Journey

routing.proto:108

路径规划结果的一部分,含且仅含采用一种交通出行方式的完整出行序列 Part of the routing results, including a complete travel sequence using exactly one travelling mode

Used in: agent.Trip

enum JourneyType

routing.proto:29

移动方式 travelling mode Journey用以描述采用一种特定交通方式从一点出发到达另一点的路径。 Journey is used to describe the path from one point to another using one specific travelling mode 一般来说,多个Journey是一个Trip的“实现”。 Generally, multiple Journeys are used to "implement" a Trip 例如:Trip(从清华乘地铁到天安门): For example: Trip (taking the subway from Tsinghua to Tiananmen Square): Journey(步行到地铁站)->Journey(地铁)->Journey(步行到天安门) Journey (walking to subway station) -> Journey (subway) -> Journey (walking to Tiananmen Square)

Used in: Journey

enum MovingDirection

routing.proto:66

步行移动方向 Walking direction 行人前进的方向与Lane的正方向(s增大的方向)的关系 The relationship between the direction of pedestrian movement and the positive direction of Lane (the direction where s increases)

Used in: WalkingRouteSegment

message RoadStatus

routing.proto:150

预计算路况信息 Pre calculate road condition information

Used in: RoadStatuses

message RoadStatuses

routing.proto:163

预计算道路路况信息集合,对应一个预计算道路况信息pb文件或一个预计算路况信息mongodb collection Pre calculated road condition information set, corresponding to a pre calculated road condition information PB file or a pre calculated road condition information mongodb collection

enum RouteType

routing.proto:7

导航请求类型 routing type

message WalkingJourneyBody

routing.proto:90

步行出行方式的路径规划结果 Routing results of walking journey

Used in: Journey

message WalkingRouteSegment

routing.proto:80

步行出行方式的路径规划结果中的一段 A segment in the routing results of walking journey

Used in: WalkingJourneyBody