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 Feature

route_guide.proto:76

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

Used as field type in: FeatureDatabase

message FeatureDatabase

route_guide.proto:85

Not used in the RPC. Instead, this is here for the form serialized to disk.

message Point

route_guide.proto:58

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