class Geocoder::Result::Mapbox

def context_part(name, key = 'text')

def context_part(name, key = 'text')
  (context.detect { |c| id_matches_name?(c['id'], name) } || {})[key]
end