pub fn get_gazetteer_data(country: Country) -> Vec<Gazetteer>
Expand description

Get Gazetteer data for a specific country.

§Arguments

  • country - A Country enum representing the country.

§Returns

A Vec of Gazetteer structs.