Home
last modified time | relevance | path

Searched refs:lowLat (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/examples/csharp/RouteGuide/RouteGuideClient/
DProgram.cs72 public async Task ListFeatures(int lowLat, int lowLon, int hiLat, int hiLon) in ListFeatures() argument
76 … Log("*** ListFeatures: lowLat={0} lowLon={1} hiLat={2} hiLon={3}", lowLat, lowLon, hiLat, in ListFeatures()
81 Lo = new Point { Latitude = lowLat, Longitude = lowLon }, in ListFeatures()