Home
last modified time | relevance | path

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

/third_party/grpc/examples/node/static_codegen/route_guide/
Droute_guide_server.js53 if (feature.getLocation().getLatitude() === point.getLatitude() &&
86 var top = _.max([lo.getLatitude(), hi.getLatitude()]);
87 var bottom = _.min([lo.getLatitude(), hi.getLatitude()]);
95 feature.getLocation().getLatitude() >= bottom &&
96 feature.getLocation().getLatitude() <= top) {
115 var lat1 = toRadians(start.getLatitude() / COORD_FACTOR);
116 var lat2 = toRadians(end.getLatitude() / COORD_FACTOR);
176 return point.getLatitude() + ' ' + point.getLongitude();
Droute_guide_client.js46 var latitude = feature.getLocation().getLatitude();
87 feature.getLocation().getLatitude()/COORD_FACTOR + ', ' +
143 console.log('Visiting point ' + location.getLatitude()/COORD_FACTOR +
169 note.getLocation().getLatitude() + ', ' +
Droute_guide_pb.js63 latitude: msg.getLatitude(),
147 f = this.getLatitude();
177 proto.routeguide.Point.prototype.getLatitude = function() { method in proto.routeguide.Point
/third_party/grpc/examples/php/route_guide/
Droute_guide_client.php41 $feature->getLocation()->getLatitude() / COORD_FACTOR,
189 $route_note_reply->getLocation()->getLatitude(),