class GdsApi::Mapit::Location
def areas
def areas @response['areas'].map {|i, area| OpenStruct.new(area) } end
def initialize(response)
def initialize(response) @response = response end
def lat
def lat @response['wgs84_lat'] end
def lon
def lon @response['wgs84_lon'] end
def postcode
def postcode @response['postcode'] end