Searched refs:getLatitude (Results 1 – 4 of 4) sorted by relevance
53 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();
46 var latitude = feature.getLocation().getLatitude();87 feature.getLocation().getLatitude()/COORD_FACTOR + ', ' +143 console.log('Visiting point ' + location.getLatitude()/COORD_FACTOR +169 note.getLocation().getLatitude() + ', ' +
63 latitude: msg.getLatitude(),147 f = this.getLatitude();177 proto.routeguide.Point.prototype.getLatitude = function() { method in proto.routeguide.Point
41 $feature->getLocation()->getLatitude() / COORD_FACTOR,189 $route_note_reply->getLocation()->getLatitude(),