class Geocoder::Result::PostcodeAnywhereUk

def coordinates

def coordinates
  [@data['Latitude'].to_f, @data['Longitude'].to_f]
end