class Geocoder::Result::Mapbox

def country

def country
  @data['context'].map { |c| c['text'] if c['id'] =~ /country/ }.compact.first
end