package routeguide

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

service RouteGuide

route_guide.proto:24

Interface exported by the server.

message Empty

route_guide.proto:61

Empty message - use for RPCs without input or output.

Used as request type in: RouteGuide.GenerateError, RouteGuide.StreamingGenerateError

Used as response type in: RouteGuide.GenerateError, RouteGuide.StreamingGenerateError

(message has no fields)

message Feature

route_guide.proto:86

A feature names something at a given point. If a feature could not be named, the name is empty.

Used as response type in: RouteGuide.GetFeature, RouteGuide.ListFeatures

message Point

route_guide.proto:68

Points are represented as latitude-longitude pairs in the E7 representation (degrees multiplied by 10**7 and rounded to the nearest integer). Latitudes should be in the range +/- 90 degrees and longitude should be in the range +/- 180 degrees (inclusive).

Used as request type in: RouteGuide.GetFeature, RouteGuide.RecordRoute

Used as field type in: Feature, Rectangle, RouteNote