TownSuggest EditsSwiftstruct Town { let id: String var name: String? var countryCode: String? Updated 10 months ago