class Geocoder::Result::Mapbox

def data_part(name)

def data_part(name)
  data['text'] if id_matches_name?(data['id'], name)
end