Home
last modified time | relevance | path

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

/third_party/grpc/examples/php/route_guide/
Droute_guide_client.php62 $point->setLatitude($p[0]);
83 $lo_point->setLatitude(400000000);
85 $hi_point->setLatitude(420000000);
123 $point->setLatitude($lat);
167 $point->setLatitude($lat = $n[0]);
/third_party/grpc/examples/node/static_codegen/route_guide/
Droute_guide_client.js58 point1.setLatitude(409146138);
61 point2.setLatitude(0);
76 lo.setLatitude(400000000);
80 hi.setLatitude(420000000);
113 location.setLatitude(value.location.latitude);
207 location.setLatitude(note.location.latitude);
Droute_guide_server.js234 location.setLatitude(value.location.latitude);
Droute_guide_pb.js103 msg.setLatitude(value);
183 proto.routeguide.Point.prototype.setLatitude = function(value) { method in proto.routeguide.Point