Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuideUtil.cs48 public static double GetLongitude(this Point point) in GetLongitude() method in Routeguide.RouteGuideUtil
65 double lon1 = ToRadians(start.GetLongitude()); in GetDistance()
66 double lon2 = ToRadians(end.GetLongitude()); in GetDistance()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/
DProgram.cs53 … feature.Name, feature.Location.GetLatitude(), feature.Location.GetLongitude()); in GetFeature()
58 feature.Location.GetLatitude(), feature.Location.GetLongitude()); in GetFeature()
123 … Log("Visiting point {0}, {1}", point.GetLatitude(), point.GetLongitude()); in RecordRoute()