class Geocoder::Result::Ipbase
def coordinates
def coordinates [ @data["data"]["location"]["latitude"].to_f, @data["data"]["location"]["longitude"].to_f ] end
def coordinates [ @data["data"]["location"]["latitude"].to_f, @data["data"]["location"]["longitude"].to_f ] end