package routeguide

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

service RouteGuide

route_guide.proto:25

Interface exported by the server.

message Feature

route_guide.proto:77

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:59

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