class Geocoder::Result::Yahoo

def viewport

def viewport
  boundingbox = @data['boundingbox'] || fail
  %w(south west north east).map{ |i| boundingbox[i].to_f }
end