Searched refs:GetLongitude (Results 1 – 2 of 2) sorted by relevance
48 public static double GetLongitude(this Point point) in GetLongitude() method in Routeguide.RouteGuideUtil65 double lon1 = ToRadians(start.GetLongitude()); in GetDistance()66 double lon2 = ToRadians(end.GetLongitude()); in GetDistance()
53 … 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()