StandardCategoryID
public enum StandardCategoryID : Int
Defines standard the POI category identifiers.
The enum value provides the semantic of the POI category.
Multiple POICategoryID can have the same StandardCategoryID value.
-
Represents a nonstandard category that is not included in this enum.
Declaration
Swift
case nonstandard = 0 -
Represents a crisis facility.
Declaration
Swift
case crisisFacility = 2021 -
Represents a road traffic control center.
Note
this is a parent category forStandardCategoryID.roadTrafficControlCenter,StandardCategoryID.trafficServiceCenterandStandardCategoryID.trafficControlDepartment.Declaration
Swift
case roadTrafficControlCenter = 7301 -
Represents a traffic service center.
Note
This is a sub-category ofStandardCategoryID.roadTrafficControlCenter.Declaration
Swift
case trafficServiceCenter = 7301001 -
Represents a traffic control department.
Note
This is a sub-category ofStandardCategoryID.roadTrafficControlCenter.Declaration
Swift
case trafficControlDepartment = 7301002 -
Represents trails.
Note
this is a parent category forStandardCategoryID.trails,StandardCategoryID.trailSystemUnspecified,StandardCategoryID.mountainBikeTrail,StandardCategoryID.adventureVehicleTrail,StandardCategoryID.hikingTrail,StandardCategoryID.horseRidingTrailandStandardCategoryID.rockClimbingTrail.Declaration
Swift
case trails = 7302 -
Represents an unspecified trail system.
Note
This is a sub-category ofStandardCategoryID.trails.Declaration
Swift
case trailSystemUnspecified = 7302001 -
Represents a standard category ID for a Mountain Bike Trail.
Note
This is a sub-category ofStandardCategoryID.trails.Declaration
Swift
case mountainBikeTrail = 7302002 -
Represents a standard category ID for an Adventure Vehicle Trail.
Note
This is a sub-category ofStandardCategoryID.trails.Declaration
Swift
case adventureVehicleTrail = 7302003 -
Represents a standard category ID for a Hiking Trail.
Note
This is a sub-category ofStandardCategoryID.trails.Declaration
Swift
case hikingTrail = 7302004 -
Represents a standard category ID for a Horse Riding Trail.
Note
This is a sub-category ofStandardCategoryID.trails.Declaration
Swift
case horseRidingTrail = 7302005 -
Represents a standard category ID for a Rock Climbing Trail.
Note
This is a sub-category ofStandardCategoryID.trails.Declaration
Swift
case rockClimbingTrail = 7302006 -
Represents residential accommodations.
Note
this is a parent category forStandardCategoryID.residentialAccommodations,StandardCategoryID.residentialAccommodationUnspecified,StandardCategoryID.retirementCommunity,StandardCategoryID.flatsApartmentComplex,StandardCategoryID.residentialEstate,StandardCategoryID.townhouseComplexandStandardCategoryID.condominiumComplex.Declaration
Swift
case residentialAccommodations = 7303 -
Represents an unspecified residential accommodation.
Note
This is a sub-category ofStandardCategoryID.residentialAccommodations.Declaration
Swift
case residentialAccommodationUnspecified = 7303001 -
Represents a retirement community.
Note
This is a sub-category ofStandardCategoryID.residentialAccommodations.Declaration
Swift
case retirementCommunity = 7303002 -
Represents an apartment complex.
Note
This is a sub-category ofStandardCategoryID.residentialAccommodations.Declaration
Swift
case flatsApartmentComplex = 7303003 -
Represents a residential estate.
Note
This is a sub-category ofStandardCategoryID.residentialAccommodations.Declaration
Swift
case residentialEstate = 7303004 -
Represents a townhouse complex.
Note
This is a sub-category ofStandardCategoryID.residentialAccommodations.Declaration
Swift
case townhouseComplex = 7303005 -
Represents a condominium complex.
Note
This is a sub-category ofStandardCategoryID.residentialAccommodations.Declaration
Swift
case condominiumComplex = 7303006 -
Represents a vacation rental.
Note
this is a parent category forStandardCategoryID.vacationRental,StandardCategoryID.holidayRentalUnspecified,StandardCategoryID.cottageRental,StandardCategoryID.villaRental,StandardCategoryID.bungalowRental,StandardCategoryID.chaletRentalandStandardCategoryID.apartmentRental.Declaration
Swift
case vacationRental = 7304 -
Represents an unspecified holiday rental.
Note
This is a sub-category ofStandardCategoryID.vacationRental.Declaration
Swift
case holidayRentalUnspecified = 7304001 -
Represents a cottage rental.
Note
This is a sub-category ofStandardCategoryID.vacationRental.Declaration
Swift
case cottageRental = 7304002 -
Represents a villa rental.
Note
This is a sub-category ofStandardCategoryID.vacationRental.Declaration
Swift
case villaRental = 7304003 -
Represents a bungalow rental.
Note
This is a sub-category ofStandardCategoryID.vacationRental.Declaration
Swift
case bungalowRental = 7304004 -
Represents a chalet rental.
Note
This is a sub-category ofStandardCategoryID.vacationRental.Declaration
Swift
case chaletRental = 7304005 -
Represents an apartment rental.
Note
This is a sub-category ofStandardCategoryID.vacationRental.Declaration
Swift
case apartmentRental = 7304006 -
Represents an adventure sports facility.
Declaration
Swift
case adventureSportsFacility = 7305 -
Represents a helipad.
Declaration
Swift
case helipad = 7308 -
Represents an electric vehicle charging station.
Declaration
Swift
case electricVehicleChargingStation = 7309 -
Represents a repair shop.
Note
this is a parent category forStandardCategoryID.repairShop,StandardCategoryID.repairFacilityUnspecified,StandardCategoryID.bodyshop,StandardCategoryID.carGlassReplacementShop,StandardCategoryID.carRepairandService,StandardCategoryID.otherRepairShops,StandardCategoryID.carAccessories,StandardCategoryID.tireService,StandardCategoryID.motorcycleRepairandStandardCategoryID.truckRepairandService.Declaration
Swift
case repairShop = 7310 -
Represents a repair facility unspecified.
Note
This is a sub-category ofStandardCategoryID.repairShop.Declaration
Swift
case repairFacilityUnspecified = 7310001 -
Represents a bodyshop.
Note
This is a sub-category ofStandardCategoryID.repairShop.Declaration
Swift
case bodyshop = 7310002 -
Represents a car glass replacement shop.
Note
This is a sub-category ofStandardCategoryID.repairShop.Declaration
Swift
case carGlassReplacementShop = 7310003 -
Represents a car repair and service shop.
Note
This is a sub-category ofStandardCategoryID.repairShop.Declaration
Swift
case carRepairandService = 7310004 -
Represents other repair shops.
Note
This is a sub-category ofStandardCategoryID.repairShop.Declaration
Swift
case otherRepairShops = 7310005 -
Represents a car accessories shop.
Note
This is a sub-category ofStandardCategoryID.repairShop.Declaration
Swift
case carAccessories = 7310006 -
Represents a tire service shop.
Note
This is a sub-category ofStandardCategoryID.repairShop.Declaration
Swift
case tireService = 7310007 -
Represents a motorcycle repair shop.
Note
This is a sub-category ofStandardCategoryID.repairShop.Declaration
Swift
case motorcycleRepair = 7310008 -
Represents a truck repair and service shop.
Note
This is a sub-category ofStandardCategoryID.repairShop.Declaration
Swift
case truckRepairandService = 7310009 -
Represents a gas station.
Declaration
Swift
case gasStation = 7311 -
Represents a rent-a-car facility.
Declaration
Swift
case rentACarFacility = 7312 -
Represents a parking garage.
Declaration
Swift
case parkingGarage = 7313 -
Represents a hotel or motel.
Note
this is a parent category forStandardCategoryID.hotelMotel,StandardCategoryID.hotelMotelUnspecified,StandardCategoryID.bbGuestHouse,StandardCategoryID.hotel,StandardCategoryID.hostel,StandardCategoryID.resort,StandardCategoryID.motel,StandardCategoryID.cabinsLodgesandStandardCategoryID.restCamp.Declaration
Swift
case hotelMotel = 7314 -
Represents an unspecified hotel or motel.
Note
This is a sub-category ofStandardCategoryID.hotelMotel.Declaration
Swift
case hotelMotelUnspecified = 7314001 -
Represents a bed and breakfast guest house.
Note
This is a sub-category ofStandardCategoryID.hotelMotel.Declaration
Swift
case bbGuestHouse = 7314002 -
Represents a hotel.
Note
This is a sub-category ofStandardCategoryID.hotelMotel.Declaration
Swift
case hotel = 7314003 -
Represents a hostel.
Note
This is a sub-category ofStandardCategoryID.hotelMotel.Declaration
Swift
case hostel = 7314004 -
Represents a resort.
Note
This is a sub-category ofStandardCategoryID.hotelMotel.Declaration
Swift
case resort = 7314005 -
Represents a motel.
Note
This is a sub-category ofStandardCategoryID.hotelMotel.Declaration
Swift
case motel = 7314006 -
Represents a cabin or lodge.
Note
This is a sub-category ofStandardCategoryID.hotelMotel.Declaration
Swift
case cabinsLodges = 7314007 -
Represents a campsite.
Note
This is a sub-category ofStandardCategoryID.hotelMotel.Declaration
Swift
case restCamp = 7314008 -
Represents a restaurant.
Note
this is a parent category forStandardCategoryID.restaurant,StandardCategoryID.restaurantUnspecified,StandardCategoryID.africanRestaurant,StandardCategoryID.americanRestaurant,StandardCategoryID.austrianRestaurant,StandardCategoryID.barbecueRestaurant,StandardCategoryID.belgianRestaurant,StandardCategoryID.bistro,StandardCategoryID.britishRestaurant,StandardCategoryID.californianRestaurant,StandardCategoryID.canadianRestaurant,StandardCategoryID.caribbeanRestaurant,StandardCategoryID.chineseRestaurant,StandardCategoryID.creperie,StandardCategoryID.dutchRestaurant,StandardCategoryID.fastFood,StandardCategoryID.philippineRestaurant,StandardCategoryID.frenchRestaurant,StandardCategoryID.germanRestaurant,StandardCategoryID.greekRestaurant,StandardCategoryID.grillRestaurant,StandardCategoryID.hawaiianRestaurant,StandardCategoryID.hungarianRestaurant,StandardCategoryID.indianRestaurant,StandardCategoryID.indonesianRestaurant,StandardCategoryID.italianRestaurant,StandardCategoryID.japaneseRestaurant,StandardCategoryID.jewishRestaurant,StandardCategoryID.koreanRestaurant,StandardCategoryID.latinAmericanRestaurant,StandardCategoryID.lebaneseRestaurant,StandardCategoryID.malteseRestaurant,StandardCategoryID.mediterraneanRestaurant,StandardCategoryID.mexicanRestaurant,StandardCategoryID.middleEasternRestaurant,StandardCategoryID.orientalRestaurant,StandardCategoryID.pizzeria,StandardCategoryID.polishRestaurant,StandardCategoryID.portugueseRestaurant,StandardCategoryID.pubFood,StandardCategoryID.russianRestaurant,StandardCategoryID.roadsideRestaurant,StandardCategoryID.sandwichRestaurant,StandardCategoryID.seafood,StandardCategoryID.spanishRestaurant,StandardCategoryID.steakHouse,StandardCategoryID.surinameseRestaurant,StandardCategoryID.swissRestaurant,StandardCategoryID.thaiRestaurant,StandardCategoryID.turkishRestaurant,StandardCategoryID.vegetarianRestaurant,StandardCategoryID.vietnameseRestaurant,StandardCategoryID.hunanRestaurant,StandardCategoryID.shandongRestaurant,StandardCategoryID.guangdongRestaurant,StandardCategoryID.shanghaiRestaurant,StandardCategoryID.sichuanRestaurant,StandardCategoryID.dongbeiRestaurant,StandardCategoryID.hotPotRestaurant,StandardCategoryID.taiwaneseRestaurant,StandardCategoryID.westernRestaurant,StandardCategoryID.peruvianRestaurant,StandardCategoryID.asianRestaurant,StandardCategoryID.creoleRestaurant,StandardCategoryID.soulFood,StandardCategoryID.irishRestaurant,StandardCategoryID.jamaicanRestaurant,StandardCategoryID.kosherRestaurant,StandardCategoryID.czechRestaurant,StandardCategoryID.hamburgerRestaurant,StandardCategoryID.chickenRestaurant,StandardCategoryID.fusionRestaurant,StandardCategoryID.brazilianRestaurant,StandardCategoryID.internationalRestaurant,StandardCategoryID.moroccanRestaurant,StandardCategoryID.organicFoodRestaurant,StandardCategoryID.tapasRestaurant,StandardCategoryID.iceCreamParlor,StandardCategoryID.doughnutRestaurant,StandardCategoryID.slovakRestaurant,StandardCategoryID.afghanRestaurant,StandardCategoryID.algerianRestaurant,StandardCategoryID.arabianRestaurant,StandardCategoryID.argentinianRestaurant,StandardCategoryID.armenianRestaurant,StandardCategoryID.australianRestaurant,StandardCategoryID.basqueRestaurant,StandardCategoryID.bolivianRestaurant,StandardCategoryID.bosnianRestaurant,StandardCategoryID.bulgarianRestaurant,StandardCategoryID.burmeseRestaurant,StandardCategoryID.cambodianRestaurant,StandardCategoryID.chileanRestaurant,StandardCategoryID.colombianRestaurant,StandardCategoryID.corsicanRestaurant,StandardCategoryID.cubanRestaurant,StandardCategoryID.cypriotRestaurant,StandardCategoryID.danishRestaurant,StandardCategoryID.dominicanRestaurant,StandardCategoryID.egyptianRestaurant,StandardCategoryID.englishRestaurant,StandardCategoryID.ethiopianRestaurant,StandardCategoryID.finnishRestaurant,StandardCategoryID.iranianRestaurant,StandardCategoryID.israeliRestaurant,StandardCategoryID.luxembourgianRestaurant,StandardCategoryID.maghribRestaurant,StandardCategoryID.mauritianRestaurant,StandardCategoryID.mongolianRestaurant,StandardCategoryID.nepaleseRestaurant,StandardCategoryID.norwegianRestaurant,StandardCategoryID.savoyRestaurant,StandardCategoryID.scandinavianRestaurant,StandardCategoryID.scottishRestaurant,StandardCategoryID.sicilianRestaurant,StandardCategoryID.slavicRestaurant,StandardCategoryID.sudaneseRestaurant,StandardCategoryID.swedishRestaurant,StandardCategoryID.syrianRestaurant,StandardCategoryID.teppanyakiRestaurant,StandardCategoryID.tibetanRestaurant,StandardCategoryID.tunisianRestaurant,StandardCategoryID.uruguayanRestaurant,StandardCategoryID.venezuelanRestaurant,StandardCategoryID.welshRestaurant,StandardCategoryID.pakistaniRestaurant,StandardCategoryID.polynesianRestaurant,StandardCategoryID.provencalRestaurant,StandardCategoryID.romanianRestaurant,StandardCategoryID.eroticRestaurant,StandardCategoryID.exoticRestaurant,StandardCategoryID.fondueRestaurant,StandardCategoryID.macrobioticRestaurant,StandardCategoryID.musselsRestaurant,StandardCategoryID.snacksRestaurant,StandardCategoryID.soupRestaurant,StandardCategoryID.buffetRestaurant,StandardCategoryID.saladBar,StandardCategoryID.takeoutFood,StandardCategoryID.banquetRooms,StandardCategoryID.cafeteria,StandardCategoryID.sushiRestaurantandStandardCategoryID.yogurtJuiceBar.Declaration
Swift
case restaurant = 7315 -
Represents a restaurant with unspecified cuisine.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case restaurantUnspecified = 7315001 -
Represents an African restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case africanRestaurant = 7315002 -
Represents an American restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case americanRestaurant = 7315003 -
Represents an Austrian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case austrianRestaurant = 7315004 -
Represents a barbecue restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case barbecueRestaurant = 7315005 -
Represents a Belgian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case belgianRestaurant = 7315006 -
Represents a bistro restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case bistro = 7315007 -
Represents a British restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case britishRestaurant = 7315008 -
Represents a Californian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case californianRestaurant = 7315009 -
Represents a Canadian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case canadianRestaurant = 7315010 -
Represents a Caribbean restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case caribbeanRestaurant = 7315011 -
Represents a Chinese restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case chineseRestaurant = 7315012 -
Represents a creperie.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case creperie = 7315013 -
Represents a Dutch restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case dutchRestaurant = 7315014 -
Represents a fast food restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case fastFood = 7315015 -
Represents a Filipino restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case philippineRestaurant = 7315016 -
Represents a French restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case frenchRestaurant = 7315017 -
Represents a German restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case germanRestaurant = 7315018 -
Represents a Greek restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case greekRestaurant = 7315019 -
Represents a grill restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case grillRestaurant = 7315020 -
Represents a Hawaiian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case hawaiianRestaurant = 7315021 -
Represents a Hungarian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case hungarianRestaurant = 7315022 -
Represents an Indian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case indianRestaurant = 7315023 -
Represents an Indonesian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case indonesianRestaurant = 7315024 -
Represents an Italian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case italianRestaurant = 7315025 -
Represents a Japanese restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case japaneseRestaurant = 7315026 -
Represents a Jewish restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case jewishRestaurant = 7315027 -
Represents a Korean restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case koreanRestaurant = 7315028 -
Represents a Latin American restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case latinAmericanRestaurant = 7315029 -
Represents a Lebanese restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case lebaneseRestaurant = 7315030 -
Represents a Maltese restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case malteseRestaurant = 7315031 -
Represents a Mediterranean restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case mediterraneanRestaurant = 7315032 -
Represents a Mexican restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case mexicanRestaurant = 7315033 -
Represents a Middle Eastern restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case middleEasternRestaurant = 7315034 -
Represents a Moroccan restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case orientalRestaurant = 7315035 -
Represents a pizza restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case pizzeria = 7315036 -
Represents a Polish restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case polishRestaurant = 7315037 -
Represents a Portuguese restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case portugueseRestaurant = 7315038 -
Represents a pub food restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case pubFood = 7315039 -
Represents a Russian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case russianRestaurant = 7315040 -
Represents a roadside restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case roadsideRestaurant = 7315041 -
Represents a sandwich restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case sandwichRestaurant = 7315042 -
Represents a seafood restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case seafood = 7315043 -
Represents a Spanish restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case spanishRestaurant = 7315044 -
Represents a steakhouse.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case steakHouse = 7315045 -
Represents a Surinamese restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case surinameseRestaurant = 7315046 -
Represents a Swiss restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case swissRestaurant = 7315047 -
Represents a Thai restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case thaiRestaurant = 7315048 -
Represents a Turkish restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case turkishRestaurant = 7315049 -
Represents a vegetarian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case vegetarianRestaurant = 7315050 -
Represents a Vietnamese restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case vietnameseRestaurant = 7315051 -
Represents a Hunan restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case hunanRestaurant = 7315052 -
Represents a Shandong restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case shandongRestaurant = 7315053 -
Represents a Guangdong restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case guangdongRestaurant = 7315054 -
Represents a Shanghai restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case shanghaiRestaurant = 7315055 -
Represents a Sichuan restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case sichuanRestaurant = 7315056 -
Represents a Dongbei restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case dongbeiRestaurant = 7315057 -
Represents a hot pot restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case hotPotRestaurant = 7315058 -
Represents a Taiwanese restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case taiwaneseRestaurant = 7315059 -
Represents a Western restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case westernRestaurant = 7315060 -
Represents a Peruvian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case peruvianRestaurant = 7315061 -
Represents an Asian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case asianRestaurant = 7315062 -
Represents a Creole restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case creoleRestaurant = 7315063 -
Represents a soul food restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case soulFood = 7315064 -
Represents an Irish restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case irishRestaurant = 7315065 -
Represents a Jamaican restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case jamaicanRestaurant = 7315066 -
Represents a Kosher restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case kosherRestaurant = 7315067 -
Represents a Czech restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case czechRestaurant = 7315068 -
Represents a hamburger restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case hamburgerRestaurant = 7315069 -
Represents a chicken restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case chickenRestaurant = 7315070 -
Represents a fusion restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case fusionRestaurant = 7315071 -
Represents a Brazilian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case brazilianRestaurant = 7315072 -
Represents an international restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case internationalRestaurant = 7315073 -
Represents a Moroccan restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case moroccanRestaurant = 7315074 -
Represents an organic food restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case organicFoodRestaurant = 7315075 -
Represents a tapas restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case tapasRestaurant = 7315076 -
Represents an ice cream parlor.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case iceCreamParlor = 7315078 -
Represents a doughnut restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case doughnutRestaurant = 7315079 -
Represents a Slovak restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case slovakRestaurant = 7315080 -
Represents an Afghan restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case afghanRestaurant = 7315081 -
Represents an Algerian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case algerianRestaurant = 7315082 -
Represents an Arabian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case arabianRestaurant = 7315083 -
Represents an Argentinian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case argentinianRestaurant = 7315084 -
Represents an Armenian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case armenianRestaurant = 7315085 -
Represents an Australian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case australianRestaurant = 7315086 -
Represents a Basque restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case basqueRestaurant = 7315087 -
Represents a Bolivian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case bolivianRestaurant = 7315088 -
Represents a Bosnian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case bosnianRestaurant = 7315089 -
Represents a Bulgarian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case bulgarianRestaurant = 7315090 -
Represents a Burmese restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case burmeseRestaurant = 7315091 -
Represents a Cambodian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case cambodianRestaurant = 7315092 -
Represents a Chilean restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case chileanRestaurant = 7315093 -
Represents a Colombian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case colombianRestaurant = 7315094 -
Represents a Corsican restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case corsicanRestaurant = 7315095 -
Represents a Cuban restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case cubanRestaurant = 7315096 -
Represents a Cypriot restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case cypriotRestaurant = 7315097 -
Represents a Danish restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case danishRestaurant = 7315098 -
Represents a Dominican restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case dominicanRestaurant = 7315099 -
Represents an Egyptian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case egyptianRestaurant = 7315100 -
Represents an English restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case englishRestaurant = 7315101 -
Represents an Ethiopian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case ethiopianRestaurant = 7315102 -
Represents a Finnish restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case finnishRestaurant = 7315104 -
Represents an Iranian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case iranianRestaurant = 7315105 -
Represents an Israeli restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case israeliRestaurant = 7315106 -
Represents a Luxembourgian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case luxembourgianRestaurant = 7315107 -
Represents a Maghrib restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case maghribRestaurant = 7315108 -
Represents a Mauritian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case mauritianRestaurant = 7315109 -
Represents a Mongolian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case mongolianRestaurant = 7315110 -
Represents a Nepalese restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case nepaleseRestaurant = 7315111 -
Represents a Norwegian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case norwegianRestaurant = 7315112 -
Represents a Savoy restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case savoyRestaurant = 7315113 -
Represents a Scandinavian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case scandinavianRestaurant = 7315114 -
Represents a Scottish restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case scottishRestaurant = 7315115 -
Represents a Sicilian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case sicilianRestaurant = 7315116 -
Represents a Slavic restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case slavicRestaurant = 7315117 -
Represents a Sudanese restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case sudaneseRestaurant = 7315118 -
Represents a Swedish restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case swedishRestaurant = 7315119 -
Represents a Syrian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case syrianRestaurant = 7315120 -
Represents a Teppanyaki restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case teppanyakiRestaurant = 7315121 -
Represents a Tibetan restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case tibetanRestaurant = 7315122 -
Represents a Tunisian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case tunisianRestaurant = 7315123 -
Represents a Uruguayan restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case uruguayanRestaurant = 7315124 -
Represents a Venezuelan restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case venezuelanRestaurant = 7315125 -
Represents a Welsh restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case welshRestaurant = 7315126 -
Represents a Pakistani restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case pakistaniRestaurant = 7315127 -
Represents a Polynesian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case polynesianRestaurant = 7315129 -
Represents a Provencal restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case provencalRestaurant = 7315130 -
Represents a Romanian restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case romanianRestaurant = 7315131 -
Represents an Erotic restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case eroticRestaurant = 7315132 -
Represents an Exotic restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case exoticRestaurant = 7315133 -
Represents a Fondue restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case fondueRestaurant = 7315134 -
Represents a Macrobiotic restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case macrobioticRestaurant = 7315135 -
Represents a Mussels restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case musselsRestaurant = 7315136 -
Represents a Snacks restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case snacksRestaurant = 7315139 -
Represents a Soup restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case soupRestaurant = 7315140 -
Represents a Buffet restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case buffetRestaurant = 7315142 -
Represents a Salad bar restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case saladBar = 7315143 -
Represents a Tapas bar restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case takeoutFood = 7315145 -
Represents a Banquet rooms restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case banquetRooms = 7315146 -
Represents a Cafeteria restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case cafeteria = 7315147 -
Represents a Sushi restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case sushiRestaurant = 7315148 -
Represents a Yogurt, Juice and Bar restaurant.
Note
This is a sub-category ofStandardCategoryID.restaurant.Declaration
Swift
case yogurtJuiceBar = 7315149 -
Represents a Tapas restaurant.
Declaration
Swift
case touristInformationOffice = 7316 -
Represents museums.
Declaration
Swift
case museum = 7317 -
Represents a theater.
Note
this is a parent category forStandardCategoryID.theater,StandardCategoryID.theaterUnspecified,StandardCategoryID.concertHall,StandardCategoryID.musicCenter,StandardCategoryID.operaHouse,StandardCategoryID.playhouse,StandardCategoryID.cabaretTheater,StandardCategoryID.amphitheaterandStandardCategoryID.dinnerTheater.Declaration
Swift
case theater = 7318 -
Represents a theater for unspecified genre.
Note
This is a sub-category ofStandardCategoryID.theater.Declaration
Swift
case theaterUnspecified = 7318001 -
Represents a concert hall.
Note
This is a sub-category ofStandardCategoryID.theater.Declaration
Swift
case concertHall = 7318002 -
Represents a music center.
Note
This is a sub-category ofStandardCategoryID.theater.Declaration
Swift
case musicCenter = 7318003 -
Represents an opera house.
Note
This is a sub-category ofStandardCategoryID.theater.Declaration
Swift
case operaHouse = 7318004 -
Represents a playhouse.
Note
This is a sub-category ofStandardCategoryID.theater.Declaration
Swift
case playhouse = 7318005 -
Represents a cabaret theater.
Note
This is a sub-category ofStandardCategoryID.theater.Declaration
Swift
case cabaretTheater = 7318006 -
Represents an amphitheater.
Note
This is a sub-category ofStandardCategoryID.theater.Declaration
Swift
case amphitheater = 7318007 -
Represents a dinner theater.
Note
This is a sub-category ofStandardCategoryID.theater.Declaration
Swift
case dinnerTheater = 7318008 -
Represents a cultural center.
Declaration
Swift
case culturalCenter = 7319 -
Represents a sports center.
Note
this is a parent category forStandardCategoryID.sportsCenter,StandardCategoryID.sportsCenterUnspecified,StandardCategoryID.fitnessClubCenter,StandardCategoryID.horseRidingCenter,StandardCategoryID.sportsCenterSportsCenter,StandardCategoryID.thematicSportandStandardCategoryID.squashCourt.Declaration
Swift
case sportsCenter = 7320 -
Represents a sports center for unspecified sports.
Note
This is a sub-category ofStandardCategoryID.sportsCenter.Declaration
Swift
case sportsCenterUnspecified = 7320001 -
Represents a fitness center.
Note
This is a sub-category ofStandardCategoryID.sportsCenter.Declaration
Swift
case fitnessClubCenter = 7320002 -
Represents a horse riding center.
Note
This is a sub-category ofStandardCategoryID.sportsCenter.Declaration
Swift
case horseRidingCenter = 7320003 -
Represents a sport center.
Note
This is a sub-category ofStandardCategoryID.sportsCenter.Declaration
Swift
case sportsCenterSportsCenter = 7320004 -
Represents a thematic sport.
Note
This is a sub-category ofStandardCategoryID.sportsCenter.Declaration
Swift
case thematicSport = 7320005 -
Represents a squash court.
Note
This is a sub-category ofStandardCategoryID.sportsCenter.Declaration
Swift
case squashCourt = 7320006 -
Represents a tennis court.
Note
this is a parent category forStandardCategoryID.hospital,StandardCategoryID.hospitalUnspecified,StandardCategoryID.hospitalClinic,StandardCategoryID.specialHospital,StandardCategoryID.hospitalofChineseMedicineandStandardCategoryID.hospitalforWomenandChildren.Declaration
Swift
case hospital = 7321 -
Represents a hospital for unspecified category.
Note
This is a sub-category ofStandardCategoryID.hospital.Declaration
Swift
case hospitalUnspecified = 7321001 -
Represents a clinic.
Note
This is a sub-category ofStandardCategoryID.hospital.Declaration
Swift
case hospitalClinic = 7321002 -
Represents a special hospital.
Note
This is a sub-category ofStandardCategoryID.hospital.Declaration
Swift
case specialHospital = 7321003 -
Represents a hospital of Chinese medicine.
Note
This is a sub-category ofStandardCategoryID.hospital.Declaration
Swift
case hospitalofChineseMedicine = 7321004 -
Represents Hospital for women and children.
Note
This is a sub-category ofStandardCategoryID.hospital.Declaration
Swift
case hospitalforWomenandChildren = 7321005 -
Represents a police station.
Note
this is a parent category forStandardCategoryID.policeStation,StandardCategoryID.policeStationUnspecified,StandardCategoryID.policeStationOrder9Area,StandardCategoryID.policeStationOrder8AreaandStandardCategoryID.policeStationOrder1Area.Declaration
Swift
case policeStation = 7322 -
Represents a police station for unspecified category.
Note
This is a sub-category ofStandardCategoryID.policeStation.Declaration
Swift
case policeStationUnspecified = 7322001 -
Represents a police station for order 9 area.
Note
This is a sub-category ofStandardCategoryID.policeStation.Declaration
Swift
case policeStationOrder9Area = 7322002 -
Represents a police station for order 8 area.
Note
This is a sub-category ofStandardCategoryID.policeStation.Declaration
Swift
case policeStationOrder8Area = 7322003 -
Represents a police station for order 1 area.
Note
This is a sub-category ofStandardCategoryID.policeStation.Declaration
Swift
case policeStationOrder1Area = 7322004 -
Represents a post office.
Note
this is a parent category forStandardCategoryID.postOffice,StandardCategoryID.postalServiceUnspecified,StandardCategoryID.postalServiceandStandardCategoryID.localPostOffice.Declaration
Swift
case postOffice = 7324 -
Represents a post office for unspecified category.
Note
This is a sub-category ofStandardCategoryID.postOffice.Declaration
Swift
case postalServiceUnspecified = 7324001 -
Represents a general Postal Service category.
Note
This is a sub-category ofStandardCategoryID.postOffice.Declaration
Swift
case postalService = 7324002 -
Represents a Local Post Office category.
Note
This is a sub-category ofStandardCategoryID.postOffice.Declaration
Swift
case localPostOffice = 7324003 -
Represents a Pharmacy category.
Declaration
Swift
case pharmacy = 7326 -
Represents a Department Store category.
Declaration
Swift
case departmentStore = 7327 -
Represents a Bank category.
Declaration
Swift
case bank = 7328 -
Represents a Market category.
Note
this is a parent category forStandardCategoryID.market,StandardCategoryID.marketUnspecified,StandardCategoryID.informalMarket,StandardCategoryID.publicMarket,StandardCategoryID.farmersMarketandStandardCategoryID.supermarketsHypermarkets.Declaration
Swift
case market = 7332 -
Represents a Market category with no specific details.
Note
This is a sub-category ofStandardCategoryID.market.Declaration
Swift
case marketUnspecified = 7332001 -
Represents an Informal Market category, typically referring to markets that are not regulated.
Note
This is a sub-category ofStandardCategoryID.market.Declaration
Swift
case informalMarket = 7332002 -
Represents a Public Market category, the markets that are open for the general public.
Note
This is a sub-category ofStandardCategoryID.market.Declaration
Swift
case publicMarket = 7332003 -
Represents a Farmers Market category, these are markets where farmers sell their products directly to consumers.
Note
This is a sub-category ofStandardCategoryID.market.Declaration
Swift
case farmersMarket = 7332004 -
Represents a Supermarkets and Hypermarkets category, large establishments offering a wide variety of food and household products.
Note
This is a sub-category ofStandardCategoryID.market.Declaration
Swift
case supermarketsHypermarkets = 7332005 -
Represents an Agricultural Business category, businesses that are involved in agricultural operations.
Note
this is a parent category forStandardCategoryID.agriculturalBusiness,StandardCategoryID.agricultureBusinessUnspecified,StandardCategoryID.horticulture,StandardCategoryID.primaryProducerandStandardCategoryID.farm.Declaration
Swift
case agriculturalBusiness = 7335 -
Represents an Agricultural Business category with no specific details.
Note
This is a sub-category ofStandardCategoryID.agriculturalBusiness.Declaration
Swift
case agricultureBusinessUnspecified = 7335001 -
Represents a Horticulture category, typically referring to the agriculture of plants for food, materials, comfort and beauty for decoration.
Note
This is a sub-category ofStandardCategoryID.agriculturalBusiness.Declaration
Swift
case horticulture = 7335002 -
Represents a Primary Producer category, typically referring to the first producers of raw products, both plants and animals, that can be used for further production or sale.
Note
This is a sub-category ofStandardCategoryID.agriculturalBusiness.Declaration
Swift
case primaryProducer = 7335003 -
Represents a Farm category.
Note
This is a sub-category ofStandardCategoryID.agriculturalBusiness.Declaration
Swift
case farm = 7335004 -
Represents a Scenic Panoramic View category.
Declaration
Swift
case scenicPanoramicView = 7337 -
Represents a Swimming Pool category.
Declaration
Swift
case swimmingPool = 7338 -
Represents a Place of Worship category, such as churches, temples, mosques, synagogues, etc.
Note
this is a parent category forStandardCategoryID.placeofWorship,StandardCategoryID.placeOfWorshipUnspecified,StandardCategoryID.church,StandardCategoryID.mosque,StandardCategoryID.synagog,StandardCategoryID.temple,StandardCategoryID.gurudwara,StandardCategoryID.ashramandStandardCategoryID.pagoda.Declaration
Swift
case placeofWorship = 7339 -
Represents a Place of Worship category with no specific details.
Note
This is a sub-category ofStandardCategoryID.placeofWorship.Declaration
Swift
case placeOfWorshipUnspecified = 7339001 -
Represents a Church category.
Note
This is a sub-category ofStandardCategoryID.placeofWorship.Declaration
Swift
case church = 7339002 -
Represents a Mosque category.
Note
This is a sub-category ofStandardCategoryID.placeofWorship.Declaration
Swift
case mosque = 7339003 -
Represents a Synagogue category.
Note
This is a sub-category ofStandardCategoryID.placeofWorship.Declaration
Swift
case synagog = 7339004 -
Represents a Temple category, a place of worship for several religions.
Note
This is a sub-category ofStandardCategoryID.placeofWorship.Declaration
Swift
case temple = 7339005 -
Represents a Gurudwara category, a place of assembly and worship for Sikhs.
Note
This is a sub-category ofStandardCategoryID.placeofWorship.Declaration
Swift
case gurudwara = 7339006 -
Represents an Ashram category, a spiritual hermitage or a monastery in Indian religions.
Note
This is a sub-category ofStandardCategoryID.placeofWorship.Declaration
Swift
case ashram = 7339007 -
Represents a Pagoda category, a tiered tower with multiple eaves common in China, Japan, Korea, Nepal and other parts of Asia.
Note
This is a sub-category ofStandardCategoryID.placeofWorship.Declaration
Swift
case pagoda = 7339008 -
Represents a Casino category, a facility for certain types of gambling.
Declaration
Swift
case casino = 7341 -
Represents a Movie Theater category, a venue, usually a building, for viewing films.
Note
this is a parent category forStandardCategoryID.movieTheater,StandardCategoryID.cinemaUnspecified,StandardCategoryID.cinemaandStandardCategoryID.driveInMovies.Declaration
Swift
case movieTheater = 7342 -
Represents a Cinema category with no specific details.
Note
This is a sub-category ofStandardCategoryID.movieTheater.Declaration
Swift
case cinemaUnspecified = 7342001 -
Represents a traditional Cinema category.
Note
This is a sub-category ofStandardCategoryID.movieTheater.Declaration
Swift
case cinema = 7342002 -
Represents a Drive-in Movie Theater category.
Note
This is a sub-category ofStandardCategoryID.movieTheater.Declaration
Swift
case driveInMovies = 7342003 -
Represents a Marina, a dock or basin with moorings and supplies for yachts and small boats.
Note
this is a parent category forStandardCategoryID.marina,StandardCategoryID.marinaUnspecified,StandardCategoryID.boatBasinandStandardCategoryID.yachtBasin.Declaration
Swift
case marina = 7347 -
Represents a Marina category with no specific details.
Note
This is a sub-category ofStandardCategoryID.marina.Declaration
Swift
case marinaUnspecified = 7347001 -
Represents a Boat Basin category, a part of a port where vessels in transit can find shelter from bad weather.
Note
This is a sub-category ofStandardCategoryID.marina.Declaration
Swift
case boatBasin = 7347002 -
Represents a Yacht Basin category, a part of a port specifically designed for yachts.
Note
This is a sub-category ofStandardCategoryID.marina.Declaration
Swift
case yachtBasin = 7347003 -
Represents a Winery, a building or property that produces wine.
Declaration
Swift
case winery = 7349 -
Represents a Ferry Terminal, a facility where ferries load or unload passengers and/or vehicles.
Declaration
Swift
case ferryTerminal = 7352 -
Represents a Truck Stop, a type of transport cafe where truck drivers can rest, eat and refuel without leaving their vehicles.
Declaration
Swift
case truckStop = 7358 -
Represents a Weigh Station, a checkpoint along a highway to inspect vehicular weights.
Note
this is a parent category forStandardCategoryID.weighStation,StandardCategoryID.weighStationUnspecified,StandardCategoryID.weighStationWeighStationandStandardCategoryID.weighScales.Declaration
Swift
case weighStation = 7359 -
Represents a Weigh Station category with no specific details.
Note
This is a sub-category ofStandardCategoryID.weighStation.Declaration
Swift
case weighStationUnspecified = 7359001 -
Represents a Weigh Station.
Note
This is a sub-category ofStandardCategoryID.weighStation.Declaration
Swift
case weighStationWeighStation = 7359002 -
Represents a Weigh Scales category. Used in industries that require precise measurements of loads such as trucking.
Note
This is a sub-category ofStandardCategoryID.weighStation.Declaration
Swift
case weighScales = 7359003 -
Represents a Campground, a place used for overnight stay in an outdoor area.
Note
this is a parent category forStandardCategoryID.campground,StandardCategoryID.campingGroundUnspecified,StandardCategoryID.recreationalCampingGroundandStandardCategoryID.caravanSite.Declaration
Swift
case campground = 7360 -
Represents a Camping Ground category with no specific details.
Note
This is a sub-category ofStandardCategoryID.campground.Declaration
Swift
case campingGroundUnspecified = 7360001 -
Represents a Recreational Camping Ground, a campsite where people can stay for leisure activities.
Note
This is a sub-category ofStandardCategoryID.campground.Declaration
Swift
case recreationalCampingGround = 7360002 -
Represents a Caravan Site, a place where people with caravans can stay overnight or longer.
Note
This is a sub-category ofStandardCategoryID.campground.Declaration
Swift
case caravanSite = 7360003 -
Represents a Community Center, a place where members of a community may gather for group activities.
Declaration
Swift
case communityCenter = 7363 -
Represents an Embassy, the diplomatic representation of one country in another.
Declaration
Swift
case embassy = 7365 -
Represents a Frontier Crossing, a point along a country’s border where travelers may legally cross from one country to another.
Declaration
Swift
case frontierCrossing = 7366 -
Represents a Government Office, a location where government employees conduct business.
Note
this is a parent category forStandardCategoryID.governmentOffice,StandardCategoryID.governmentOfficeUnspecified,StandardCategoryID.governmentOfficeOrder9Area,StandardCategoryID.governmentOfficeOrder8Area,StandardCategoryID.governmentOfficeOrder7Area,StandardCategoryID.governmentOfficeOrder6Area,StandardCategoryID.governmentOfficeOrder5Area,StandardCategoryID.governmentOfficeOrder4Area,StandardCategoryID.governmentOfficeOrder3Area,StandardCategoryID.governmentOfficeOrder2Area,StandardCategoryID.governmentOfficeOrder1Area,StandardCategoryID.governmentOfficeNationalandStandardCategoryID.governmentOfficeSupraNational.Declaration
Swift
case governmentOffice = 7367 -
Represents a Government Office category with no specific details.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeUnspecified = 7367001 -
Represents a Government Office category in the 9th order area.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeOrder9Area = 7367002 -
Represents a Government Office category in the 8th order area.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeOrder8Area = 7367003 -
Represents a Government Office category in the 7th order area.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeOrder7Area = 7367004 -
Represents a Government Office category in the 6th order area.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeOrder6Area = 7367005 -
Represents a Government Office category in the 5th order area.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeOrder5Area = 7367006 -
Represents a Government Office category in the 4th order area.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeOrder4Area = 7367007 -
Represents a Government Office category in the 3rd order area.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeOrder3Area = 7367008 -
Represents a Government Office category in the 2nd order area.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeOrder2Area = 7367009 -
Represents a Government Office category in the 1st order area.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeOrder1Area = 7367010 -
Represents a National Government Office category.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeNational = 7367011 -
Represents a Supranational Government Office category, typically referring to an international alliance or federation.
Note
This is a sub-category ofStandardCategoryID.governmentOffice.Declaration
Swift
case governmentOfficeSupraNational = 7367012 -
Represents a Motoring Organization Office category, typically referring to offices that provide services related to motoring, like automobile associations.
Declaration
Swift
case motoringOrganizationOffice = 7368 -
Represents an Open Parking Area category.
Note
this is a parent category forStandardCategoryID.openParkingArea,StandardCategoryID.openParkingAreaUnspecified,StandardCategoryID.openCarParkingArea,StandardCategoryID.openCoachParkingAreaandStandardCategoryID.openTruckParkingArea.Declaration
Swift
case openParkingArea = 7369 -
Represents an Open Parking Area category with no specific details.
Note
This is a sub-category ofStandardCategoryID.openParkingArea.Declaration
Swift
case openParkingAreaUnspecified = 7369001 -
Represents an Open Car Parking Area category.
Note
This is a sub-category ofStandardCategoryID.openParkingArea.Declaration
Swift
case openCarParkingArea = 7369002 -
Represents an Open Coach Parking Area category.
Note
This is a sub-category ofStandardCategoryID.openParkingArea.Declaration
Swift
case openCoachParkingArea = 7369003 -
Represents an Open Truck Parking Area category.
Note
This is a sub-category ofStandardCategoryID.openParkingArea.Declaration
Swift
case openTruckParkingArea = 7369004 -
Represents a School category, including all types of educational institutions.
Note
this is a parent category forStandardCategoryID.school,StandardCategoryID.schoolUnspecified,StandardCategoryID.educationalInstitution,StandardCategoryID.childCareFacility,StandardCategoryID.preSchool,StandardCategoryID.primarySchool,StandardCategoryID.highSchool,StandardCategoryID.seniorHighSchool,StandardCategoryID.vocationalSchool,StandardCategoryID.technicalSchool,StandardCategoryID.languageSchool,StandardCategoryID.sportSchool,StandardCategoryID.artSchool,StandardCategoryID.specialSchool,StandardCategoryID.middleSchool,StandardCategoryID.culinarySchoolandStandardCategoryID.drivingSchool.Declaration
Swift
case school = 7372 -
Represents a School category with no specific details.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case schoolUnspecified = 7372001 -
Represents an Educational Institution category, institutions dedicated to education.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case educationalInstitution = 7372002 -
Represents a Child Care Facility category, places where children can be taken care of.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case childCareFacility = 7372003 -
Represents a PreSchool category, educational establishments offering early childhood education before primary school.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case preSchool = 7372004 -
Represents a Primary School category, schools where children receive the first stage of compulsory education.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case primarySchool = 7372005 -
Represents a High School category, schools that provide secondary education.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case highSchool = 7372006 -
Represents a Senior High School category, typically the final years of high school.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case seniorHighSchool = 7372007 -
Represents a Vocational School category, schools that provide vocational education.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case vocationalSchool = 7372008 -
Represents a Technical School category, schools that provide technical skills and knowledge related to specific occupations.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case technicalSchool = 7372009 -
Represents a Language School category, schools where one or more languages are taught.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case languageSchool = 7372010 -
Represents a Sport School category, schools focused on sports education.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case sportSchool = 7372011 -
Represents an Art School category, schools focused on visual arts, including drawing, painting, sculpture, and graphic design.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case artSchool = 7372012 -
Represents a Special School category, schools dedicated to students with special educational needs.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case specialSchool = 7372013 -
Represents a Middle School category, a school between elementary school and high school.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case middleSchool = 7372014 -
Represents a Culinary School category, a school that offers professional instruction in the culinary arts.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case culinarySchool = 7372015 -
Represents a Driving School category, a school where people are taught to drive a vehicle.
Note
This is a sub-category ofStandardCategoryID.school.Declaration
Swift
case drivingSchool = 7372016 -
Represents a Shopping Center category, a group of retail stores and other businesses housed in a complex of buildings or in a single large building.
Declaration
Swift
case shoppingCenter = 7373 -
Represents a Stadium category, a large venue for sports, concerts, or other events.
Note
this is a parent category forStandardCategoryID.stadium,StandardCategoryID.stadiumUnspecified,StandardCategoryID.athleticsTrack,StandardCategoryID.cricketGround,StandardCategoryID.soccerStadium,StandardCategoryID.horseRacingTrack,StandardCategoryID.multiPurposeStadium,StandardCategoryID.rugbyGround,StandardCategoryID.iceHockeyArena,StandardCategoryID.baseballPark,StandardCategoryID.footballStadium,StandardCategoryID.motorRacingStadium,StandardCategoryID.basketballArena,StandardCategoryID.raceTrackandStandardCategoryID.netballStadium.Declaration
Swift
case stadium = 7374 -
Represents a Stadium category with no specific details.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case stadiumUnspecified = 7374001 -
Represents an Athletics Track, a venue for track and field events.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case athleticsTrack = 7374002 -
Represents a Cricket Ground, a venue where cricket matches are played.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case cricketGround = 7374003 -
Represents a Soccer Stadium, a venue where soccer matches are played.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case soccerStadium = 7374004 -
Represents a Horse Racing Track, a venue where horse racing events are carried out.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case horseRacingTrack = 7374005 -
Represents a Multi-Purpose Stadium, a venue capable of hosting a variety of sports and events.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case multiPurposeStadium = 7374006 -
Represents a Rugby Ground, a venue where rugby matches are played.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case rugbyGround = 7374007 -
Represents an Ice Hockey Arena, a venue where ice hockey games are played.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case iceHockeyArena = 7374008 -
Represents a Baseball Park, a venue where baseball games are played.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case baseballPark = 7374009 -
Represents a Football Stadium, a venue where football games are played.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case footballStadium = 7374010 -
Represents a Motor Racing Stadium, a venue where motor racing events are conducted.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case motorRacingStadium = 7374011 -
Represents a Basketball Arena, a venue where basketball games are played.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case basketballArena = 7374012 -
Represents a Race Track, a venue for racing of animals, vehicles, or athletes.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case raceTrack = 7374013 -
Represents a Netball Stadium, a venue where netball games are played.
Note
This is a sub-category ofStandardCategoryID.stadium.Declaration
Swift
case netballStadium = 7374014 -
Represents a Toll Gate, a point where a toll is collected on a road.
Declaration
Swift
case tollGate = 7375 -
Represents a Tourist Attraction, a place of interest that tourists visit.
Note
this is a parent category forStandardCategoryID.touristAttraction,StandardCategoryID.importantTouristAttractionUnspecified,StandardCategoryID.building,StandardCategoryID.monument,StandardCategoryID.naturalTouristAttraction,StandardCategoryID.observatory,StandardCategoryID.planetarium,StandardCategoryID.dam,StandardCategoryID.tunnel,StandardCategoryID.tower,StandardCategoryID.bridge,StandardCategoryID.mausoleumGrave,StandardCategoryID.arch,StandardCategoryID.statueandStandardCategoryID.waterHole.Declaration
Swift
case touristAttraction = 7376 -
Represents an important Tourist Attraction with no specific details.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case importantTouristAttractionUnspecified = 7376001 -
Represents a Building, a constructed piece of architecture.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case building = 7376002 -
Represents a Monument, a structure created to commemorate a person or event.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case monument = 7376003 -
Represents a Natural Tourist Attraction, a naturally occurring point of interest.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case naturalTouristAttraction = 7376004 -
Represents an Observatory, a location used for observing celestial events.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case observatory = 7376005 -
Represents a Planetarium, a theater built primarily for presenting educational shows about astronomy.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case planetarium = 7376006 -
Represents a Dam, a barrier that stops or restricts the flow of a body of water.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case dam = 7376007 -
Represents a Tunnel, an underground or underwater passage.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case tunnel = 7376008 -
Represents a Tower, a tall narrow building.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case tower = 7376009 -
Represents a Bridge, a structure built to span a physical obstacle.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case bridge = 7376010 -
Represents a Mausoleum or Grave, a building that serves as a final resting place.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case mausoleumGrave = 7376011 -
Represents an Arch, a curved structure that spans an elevated space.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case arch = 7376012 -
Represents a Statue, a sculpture representing a person or event.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case statue = 7376013 -
Represents a Water Hole, a depression where water collects.
Note
This is a sub-category ofStandardCategoryID.touristAttraction.Declaration
Swift
case waterHole = 7376014 -
Represents a College or University, an educational institution of higher education.
Note
this is a parent category forStandardCategoryID.collegeUniversity,StandardCategoryID.collegeOrUniversityUnspecified,StandardCategoryID.tertiaryEducationandStandardCategoryID.juniorCollegeCommunityCollege.Declaration
Swift
case collegeUniversity = 7377 -
Represents a College or University category with no specific details.
Note
This is a sub-category ofStandardCategoryID.collegeUniversity.Declaration
Swift
case collegeOrUniversityUnspecified = 7377001 -
Represents a Tertiary Education category, the level of education following secondary education.
Note
This is a sub-category ofStandardCategoryID.collegeUniversity.Declaration
Swift
case tertiaryEducation = 7377002 -
Represents a Junior College or Community College category, a type of educational institution.
Note
This is a sub-category ofStandardCategoryID.collegeUniversity.Declaration
Swift
case juniorCollegeCommunityCollege = 7377003 -
Represents a Business Park category, an area of land in which many office buildings are grouped together.
Declaration
Swift
case businessPark = 7378 -
Represents a City Center category, the commercial, cultural and often the historical, political and geographic heart of a city.
Declaration
Swift
case cityCenter = 7379 -
Represents a Railroad Station category, a facility where trains regularly stop to load or unload passengers or freight.
Note
this is a parent category forStandardCategoryID.railroadStation,StandardCategoryID.railwayStationUnspecified,StandardCategoryID.internationalRailroadStation,StandardCategoryID.nationalRailroadStation,StandardCategoryID.urbanStation,StandardCategoryID.subwayStationandStandardCategoryID.railroadSiding.Declaration
Swift
case railroadStation = 7380 -
Represents a Railway Station category with no specific details.
Note
This is a sub-category ofStandardCategoryID.railroadStation.Declaration
Swift
case railwayStationUnspecified = 7380001 -
Represents an International Railroad Station category, a railway station that services cross-border trains.
Note
This is a sub-category ofStandardCategoryID.railroadStation.Declaration
Swift
case internationalRailroadStation = 7380002 -
Represents a National Railroad Station category, a railway station that services domestic railway lines within a country.
Note
This is a sub-category ofStandardCategoryID.railroadStation.Declaration
Swift
case nationalRailroadStation = 7380003 -
Represents an Urban Station category, a railway station located in an urban area.
Note
This is a sub-category ofStandardCategoryID.railroadStation.Declaration
Swift
case urbanStation = 7380004 -
Represents a Subway Station category, a railway station for a rapid transit system, which as a whole is usually called a “subway”, a “metro” or an “underground”.
Note
This is a sub-category ofStandardCategoryID.railroadStation.Declaration
Swift
case subwayStation = 7380005 -
Represents a Railroad Siding category, a low-speed track section distinct from a running line or through route such as a mainline or branch line or spur.
Note
This is a sub-category ofStandardCategoryID.railroadStation.Declaration
Swift
case railroadSiding = 7380006 -
Represents an Airport category, a location where aircraft such as airplanes, helicopters, and blimps takeoff and land.
Note
this is a parent category forStandardCategoryID.airport,StandardCategoryID.airportUnspecified,StandardCategoryID.publicAirport,StandardCategoryID.privateAirport,StandardCategoryID.militaryAirportandStandardCategoryID.airfield.Declaration
Swift
case airport = 7383 -
Represents an Airport category with no specific details.
Note
This is a sub-category ofStandardCategoryID.airport.Declaration
Swift
case airportUnspecified = 7383001 -
Represents a Public Airport category, an airport accessible by the public.
Note
This is a sub-category ofStandardCategoryID.airport.Declaration
Swift
case publicAirport = 7383002 -
Represents a Private Airport category, an airport exclusive to certain people or groups of people.
Note
This is a sub-category ofStandardCategoryID.airport.Declaration
Swift
case privateAirport = 7383003 -
Represents a Military Airport category, an airport for military use.
Note
This is a sub-category ofStandardCategoryID.airport.Declaration
Swift
case militaryAirport = 7383004 -
Represents an Airfield category, a place where aircraft can take off and land.
Note
This is a sub-category ofStandardCategoryID.airport.Declaration
Swift
case airfield = 7383005 -
Represents a Courier Drop Box category, a secure lockable parcel box for courier delivery and collection.
Declaration
Swift
case courierDropBox = 7388 -
Represents an Access Gateway category, a point for entering or leaving an area or a network.
Note
this is a parent category forStandardCategoryID.accessGateway,StandardCategoryID.accesGatewayUnspecified,StandardCategoryID.airlineAccess,StandardCategoryID.stationAccessandStandardCategoryID.securedEntrance.Declaration
Swift
case accessGateway = 7389 -
Represents an Access Gateway category with no specific details.
Note
This is a sub-category ofStandardCategoryID.accessGateway.Declaration
Swift
case accesGatewayUnspecified = 7389001 -
Represents an Airline Access category, points where airlines can access an airport.
Note
This is a sub-category ofStandardCategoryID.accessGateway.Declaration
Swift
case airlineAccess = 7389002 -
Represents a Station Access category, points where one can access a station.
Note
This is a sub-category ofStandardCategoryID.accessGateway.Declaration
Swift
case stationAccess = 7389003 -
Represents a Secured Entrance category, entrances that require authentication or clearance.
Note
This is a sub-category ofStandardCategoryID.accessGateway.Declaration
Swift
case securedEntrance = 7389004 -
Represents an Emergency Medical Service category, services providing out-of-hospital acute medical care and/or transport to definitive care.
Declaration
Swift
case emergencyMedicalService = 7391 -
Represents a Fire Station category, a structure or other area set aside for storage of firefighting apparatus.
Declaration
Swift
case fireStation = 7392 -
Represents a Rest Area category, a public facility located next to a large thoroughfare such as a highway where drivers and passengers can rest, eat, or refuel.
Declaration
Swift
case restArea = 7395 -
Represents an Automated Teller Machine (ATM category, an electronic banking outlet that allows customers to complete basic transactions).
Declaration
Swift
case ATM = 7397 -
Represents a Geographic Feature category, a natural feature on the planet’s surface.
Note
this is a parent category forStandardCategoryID.geographicFeature,StandardCategoryID.geographicFeatureUnspecified,StandardCategoryID.mountainPeak,StandardCategoryID.cave,StandardCategoryID.ridge,StandardCategoryID.dune,StandardCategoryID.valley,StandardCategoryID.plainFlat,StandardCategoryID.plateau,StandardCategoryID.pan,StandardCategoryID.well,StandardCategoryID.oasis,StandardCategoryID.rocks,StandardCategoryID.reservoir,StandardCategoryID.reef,StandardCategoryID.rapids,StandardCategoryID.bay,StandardCategoryID.cove,StandardCategoryID.harbor,StandardCategoryID.lagoon,StandardCategoryID.cape,StandardCategoryID.mineralHotSprings,StandardCategoryID.island,StandardCategoryID.marsh,StandardCategoryID.riverCrossing,StandardCategoryID.hill,StandardCategoryID.quarryandStandardCategoryID.locale.Declaration
Swift
case geographicFeature = 8099 -
Represents a Geographic Feature category with no specific details.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case geographicFeatureUnspecified = 8099001 -
Represents a Mountain Peak category, the topmost point of a mountain.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case mountainPeak = 8099002 -
Represents a Cave category, a natural void in the ground, specifically a space large enough for a human to enter.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case cave = 8099003 -
Represents a Ridge category, a geological feature consisting of a chain of mountains or hills that form a continuous elevated crest for some distance.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case ridge = 8099004 -
Represents a Dune category, a hill of loose sand built by aeolian processes (wind or the flow of water).
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case dune = 8099005 -
Represents a Valley category, a low area between hills or mountains typically with a river running through it.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case valley = 8099006 -
Represents a Plain Flat category, a broad area of relatively flat land.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case plainFlat = 8099007 -
Represents a Plateau category, a flat or gently sloping elevated area.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case plateau = 8099008 -
Represents a Pan category, a shallow, typically elongated, depression in the desert or steppe landscape that forms an internally drained basin, subject to periodic flooding.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case pan = 8099009 -
Represents a Well category, a structure created in the ground by drilling to access groundwater.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case well = 8099010 -
Represents an Oasis category, a fertile spot in a desert where water is found.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case oasis = 8099011 -
Represents a Rocks category, a group of rocks in the sea.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case rocks = 8099012 -
Represents a Reservoir category, an artificial lake used to store water.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case reservoir = 8099013 -
Represents a Reef category, a barrier of coral, rock, or sand lying beneath the surface of the water.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case reef = 8099014 -
Represents a Rapids category, a fast flowing, turbulent part of a river.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case rapids = 8099015 -
Represents a Bay category, a broad inlet of the sea where the land curves inwards.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case bay = 8099016 -
Represents a Cove category, a small, sheltered inlet or bay.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case cove = 8099017 -
Represents a Harbor category, a place on the coast where ships may moor in shelter.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case harbor = 8099018 -
Represents a Lagoon category, a stretch of saltwater separated from the sea by a low sandbank or coral reef.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case lagoon = 8099019 -
Represents a Cape category, a headland or promontory of large size extending into a body of water.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case cape = 8099020 -
Represents a Mineral Hot Springs category.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case mineralHotSprings = 8099021 -
Represents an Island category, a landmass, especially one smaller than a continent, entirely surrounded by water.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case island = 8099022 -
Represents a Marsh category, a wetland that is dominated by herbaceous rather than woody plant species.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case marsh = 8099023 -
Represents a River Crossing category, a point where a river can be crossed.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case riverCrossing = 8099024 -
Represents a Hill category, a naturally raised area of land, not as high or craggy as a mountain.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case hill = 8099025 -
Represents a Quarry category, a site for extracting stone, slate, or other materials from the ground.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case quarry = 8099026 -
Represents a Locale category, a place where something happens or is set, or that has particular events associated with it.
Note
This is a sub-category ofStandardCategoryID.geographicFeature.Declaration
Swift
case locale = 8099027 -
Represents a Primary Resource Utility category, a facility where primary resources are processed or converted.
Declaration
Swift
case primaryResourceUtility = 9150 -
Represents a Transport Authority Vehicle Registration Office category, an office where vehicles are registered.
Declaration
Swift
case transportAuthorityVehicleRegistrationOffice = 9151 -
Represents a Non-Governmental Organization category, any non-profit, voluntary citizens’ group which is organized on a local, national or international level.
Declaration
Swift
case nonGovernmentalOrganization = 9152 -
Represents a Welfare Organization category, a group organized for the purpose of providing for the welfare of society’s poor, or those unable to care for themselves.
Declaration
Swift
case welfareOrganization = 9153 -
Represents a Prison or Correctional Facility category, a place where individuals are physically confined and deprived of a range of liberties.
Declaration
Swift
case prisonCorrectionalFacility = 9154 -
Represents a Car Wash category, a facility used to clean the exterior and, in some cases, the interior of motor vehicles.
Note
this is a parent category forStandardCategoryID.carWash,StandardCategoryID.carWashUnspecified,StandardCategoryID.carWashCarWashandStandardCategoryID.truckWash.Declaration
Swift
case carWash = 9155 -
Represents a Car Wash category with no specific details.
Note
This is a sub-category ofStandardCategoryID.carWash.Declaration
Swift
case carWashUnspecified = 9155001 -
Represents a Car Wash, a facility used to clean the exterior of vehicles.
Note
This is a sub-category ofStandardCategoryID.carWash.Declaration
Swift
case carWashCarWash = 9155002 -
Represents a Truck Wash category, a facility used to clean the exterior of trucks.
Note
This is a sub-category ofStandardCategoryID.carWash.Declaration
Swift
case truckWash = 9155003 -
Represents a Manufacturing Facility category, a place where goods are produced on a large scale.
Declaration
Swift
case manufacturingFacility = 9156 -
Represents a Research Facility category, a place where research activities are carried out.
Declaration
Swift
case researchFacility = 9157 -
Represents a Media Facility category, a place where media content is produced.
Declaration
Swift
case mediaFacility = 9158 -
Represents a Port or Warehouse Facility category, a place for the storage and loading/unloading of goods.
Declaration
Swift
case portWarehouseFacility = 9159 -
Represents an Exchange category, a marketplace in which securities, commodities, derivatives and other financial instruments are traded.
Note
this is a parent category forStandardCategoryID.exchange,StandardCategoryID.exchangeUnspecified,StandardCategoryID.stockExchange,StandardCategoryID.goldExchangeandStandardCategoryID.currencyExchange.Declaration
Swift
case exchange = 9160 -
Represents an Exchange category with no specific details.
Note
This is a sub-category ofStandardCategoryID.exchange.Declaration
Swift
case exchangeUnspecified = 9160001 -
Represents a Stock Exchange category, a market in which securities are bought and sold.
Note
This is a sub-category ofStandardCategoryID.exchange.Declaration
Swift
case stockExchange = 9160002 -
Represents a Gold Exchange category, a market where gold is traded.
Note
This is a sub-category ofStandardCategoryID.exchange.Declaration
Swift
case goldExchange = 9160003 -
Represents a Currency Exchange category, a business where people can exchange one currency for another.
Note
This is a sub-category ofStandardCategoryID.exchange.Declaration
Swift
case currencyExchange = 9160004 -
Represents a Company category, an entity that engages in business.
Note
this is a parent category forStandardCategoryID.company,StandardCategoryID.companyUnspecified,StandardCategoryID.serviceCompany,StandardCategoryID.advertisingCompany,StandardCategoryID.computerDataServices,StandardCategoryID.softwareCompany,StandardCategoryID.diversifiedFinancials,StandardCategoryID.insuranceCompany,StandardCategoryID.deliveryService,StandardCategoryID.realEstateCompany,StandardCategoryID.savingsInstitution,StandardCategoryID.manufacturingCompany,StandardCategoryID.agriculturalTechnology,StandardCategoryID.automobileCompany,StandardCategoryID.chemicalCompany,StandardCategoryID.electronicsCompany,StandardCategoryID.mechanicalEngineering,StandardCategoryID.publicHealthTechnologyCompany,StandardCategoryID.pharmaceuticalCompany,StandardCategoryID.publishingTechnologies,StandardCategoryID.telecommunications,StandardCategoryID.oem,StandardCategoryID.taxServices,StandardCategoryID.legalServices,StandardCategoryID.transportCompany,StandardCategoryID.busCharterCompany,StandardCategoryID.taxiLimousineShuttleService,StandardCategoryID.busLines,StandardCategoryID.schoolBus,StandardCategoryID.cleaningServices,StandardCategoryID.oilNaturalGas,StandardCategoryID.miningCompany,StandardCategoryID.constructionCompany,StandardCategoryID.movingStorageCompany,StandardCategoryID.airlineCompany,StandardCategoryID.bridgeTunnelOperations,StandardCategoryID.funeralServiceMortuaries,StandardCategoryID.investmentAdvisor,StandardCategoryID.equipmentRental,StandardCategoryID.businessServices,StandardCategoryID.cableTelephoneCompany,StandardCategoryID.automobileManufacturing,StandardCategoryID.importExportandDistribution,StandardCategoryID.cateringServices,StandardCategoryID.homeApplianceRepair,StandardCategoryID.animalShelterandStandardCategoryID.weddingServices.Declaration
Swift
case company = 9352 -
Represents a Company category with no specific details.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case companyUnspecified = 9352001 -
Represents a Service Company category, companies that provide services.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case serviceCompany = 9352002 -
Represents an Advertising Company category, companies that provide advertising related services.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case advertisingCompany = 9352003 -
Represents a Computer Data Services category, companies that provide data processing services.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case computerDataServices = 9352004 -
Represents a Software Company category, companies that primarily develop and sell software.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case softwareCompany = 9352005 -
Represents a Diversified Financials category, companies or institutions that offer a diverse range of financial services.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case diversifiedFinancials = 9352006 -
Represents an Insurance Company category, companies that provide insurance policies.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case insuranceCompany = 9352007 -
Represents a Delivery Service category, companies that transport packages and documents.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case deliveryService = 9352008 -
Represents a Real Estate Company category, companies that buy, sell, or rent real estate.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case realEstateCompany = 9352009 -
Represents a Savings Institution category, financial institutions that take public deposits and invest in securities.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case savingsInstitution = 9352010 -
Represents a Manufacturing Company category, companies that transform raw materials into finished goods on a large scale.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case manufacturingCompany = 9352011 -
Represents an Agricultural Technology category, companies that apply technology to agriculture.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case agriculturalTechnology = 9352012 -
Represents a company that manufactures automobiles.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case automobileCompany = 9352013 -
Represents a company that manufactures chemicals.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case chemicalCompany = 9352014 -
Represents a company that manufactures electronic components or devices.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case electronicsCompany = 9352015 -
Represents a field specialized in the application of engineering principles to the design and construction of mechanical systems.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case mechanicalEngineering = 9352016 -
Represents a company that applies technology for the improvement of public health.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case publicHealthTechnologyCompany = 9352017 -
Represents a company that manufactures pharmaceuticals.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case pharmaceuticalCompany = 9352018 -
Represents a company that applies technology to the field of publishing.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case publishingTechnologies = 9352019 -
Represents a company that provides telecommunication services.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case telecommunications = 9352020 -
Represents an Original Equipment Manufacturer (OEM, a company that produces parts and equipment that may be marketed by another manufacturer).
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case oem = 9352021 -
Represents a company that provides tax-related services.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case taxServices = 9352022 -
Represents a company that provides legal services.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case legalServices = 9352023 -
Represents a Transport Company category, companies that specialize in transporting people or goods.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case transportCompany = 9352024 -
Represents a Bus Charter Company category, companies that rent buses for specific journeys.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case busCharterCompany = 9352025 -
Represents a company that provides Taxi, Limousine, or Shuttle services.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case taxiLimousineShuttleService = 9352026 -
Represents a category of companies that operate Bus Lines.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case busLines = 9352027 -
Represents a School Bus category, usually referring to transportation service for students.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case schoolBus = 9352028 -
Represents a Cleaning Services category, companies that provide cleaning for commercial or residential premises.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case cleaningServices = 9352029 -
Represents an Oil Natural Gas category, companies involved in the exploration, extraction, and refining.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case oilNaturalGas = 9352030 -
Represents a Mining Company category, companies that extract minerals or other geological materials.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case miningCompany = 9352031 -
Represents a Construction Company category, businesses that are involved in the construction of buildings.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case constructionCompany = 9352032 -
Represents a Moving Storage Company category, companies that offer moving and storage services.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case movingStorageCompany = 9352033 -
Represents an Airline Company category, companies that provide air transport services for traveling passengers and freight.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case airlineCompany = 9352034 -
Represents a Bridge Tunnel Operations category, organizations that are in control of the operation and maintenance of bridges and tunnels.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case bridgeTunnelOperations = 9352035 -
Represents a Funeral Service and Mortuaries category, establishments involved in services for the dead.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case funeralServiceMortuaries = 9352036 -
Represents an Investment Advisor category, professionals who provide advice about securities to clients.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case investmentAdvisor = 9352037 -
Represents an Equipment Rental category, companies that provide machinery, equipment and tools of all kinds and sizes for a limited period to final users.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case equipmentRental = 9352038 -
Represents a Business Services category, companies that provide other businesses with services such as design, consulting, administration, etc.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case businessServices = 9352039 -
Represents a Cable Telephone Company category, companies that provide cable TV and telephone services.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case cableTelephoneCompany = 9352040 -
Represents an Automobile Manufacturing category, companies involved in the production of cars.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case automobileManufacturing = 9352041 -
Represents an Import, Export and Distribution category, companies involved in importing, exporting and distributing goods.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case importExportandDistribution = 9352042 -
Represents a Catering Services category, companies that provide food service at a remote site or a site such as a hotel, hospital, etc.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case cateringServices = 9352043 -
Represents a Home Appliance Repair category, services that repair domestic appliances.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case homeApplianceRepair = 9352044 -
Represents an Animal Shelter category, a facility that houses homeless, lost, or abandoned animals.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case animalShelter = 9352045 -
Represents a Wedding Services category, companies that provide services related to the planning and organization of weddings.
Note
This is a sub-category ofStandardCategoryID.company.Declaration
Swift
case weddingServices = 9352046 -
Represents a Beach category, a landform alongside a body of water which consists of loose particles.
Declaration
Swift
case beach = 9357 -
Represents a Restaurant Area category, areas that have a concentration of restaurants.
Declaration
Swift
case restaurantArea = 9359 -
Represents an Ice Skating Rink category, a frozen surface where people can ice skate or play winter sports.
Declaration
Swift
case iceSkatingRink = 9360 -
Represents a Shop category, a place of business where goods or services are sold.
Note
this is a parent category forStandardCategoryID.shop,StandardCategoryID.shopUnspecified,StandardCategoryID.bookShop,StandardCategoryID.cDsDVDVideos,StandardCategoryID.childrenClothes,StandardCategoryID.footwearShoeRepairs,StandardCategoryID.clothingShop,StandardCategoryID.menClothing,StandardCategoryID.womenClothing,StandardCategoryID.convenienceStore,StandardCategoryID.dryCleaner,StandardCategoryID.camerasPhotography,StandardCategoryID.computerComputerSupplies,StandardCategoryID.consumerElectronics,StandardCategoryID.officeEquipment,StandardCategoryID.realEstateAgent,StandardCategoryID.factoryOutlet,StandardCategoryID.florists,StandardCategoryID.bakery,StandardCategoryID.butcher,StandardCategoryID.fishmonger,StandardCategoryID.foodMarket,StandardCategoryID.greengrocer,StandardCategoryID.groceryStore,StandardCategoryID.otherFoodShops,StandardCategoryID.wineSpirits,StandardCategoryID.giftsCardsNoveltiesSouvenirs,StandardCategoryID.hairdresser,StandardCategoryID.carpetFloorCoverings,StandardCategoryID.curtainsTextiles,StandardCategoryID.doItYourselfCenters,StandardCategoryID.houseGardenFurnitureFittings,StandardCategoryID.gardenCentersServices,StandardCategoryID.kitchensBathrooms,StandardCategoryID.lightingShops,StandardCategoryID.paintingDecorating,StandardCategoryID.jewelryClocksWatches,StandardCategoryID.newsagentsTobacconists,StandardCategoryID.optician,StandardCategoryID.sportsEquipmentClothing,StandardCategoryID.toysGamesShop,StandardCategoryID.travelAgent,StandardCategoryID.constructionMaterialEquipment,StandardCategoryID.medicalSuppliesEquipment,StandardCategoryID.videoRentalShop,StandardCategoryID.laundry,StandardCategoryID.photoLabDevelopment,StandardCategoryID.photocopyShop,StandardCategoryID.animalServices,StandardCategoryID.antiqueArtShop,StandardCategoryID.beautySupplies,StandardCategoryID.drugStore,StandardCategoryID.electricalAppliancesShop,StandardCategoryID.hobbyShop,StandardCategoryID.furnitureHomeFurnishings,StandardCategoryID.glasswareCeramicShop,StandardCategoryID.localSpecialitiesShop,StandardCategoryID.recyclingShop,StandardCategoryID.bagsLeatherwear,StandardCategoryID.musicInstrumentsStore,StandardCategoryID.delicatessen,StandardCategoryID.specialtyFoods,StandardCategoryID.shoppingService,StandardCategoryID.retailOutlet,StandardCategoryID.petSupplies,StandardCategoryID.marineElectronicEquipment,StandardCategoryID.wholesaleClub,StandardCategoryID.beautySalon,StandardCategoryID.nailSalon,StandardCategoryID.hardwareStore,StandardCategoryID.pawnShop,StandardCategoryID.lotteryShop,StandardCategoryID.bettingStation,StandardCategoryID.agriculturalSupplies,StandardCategoryID.stampShop,StandardCategoryID.mobilePhoneShop,StandardCategoryID.driveThroughBottleShop,StandardCategoryID.tailorShop,StandardCategoryID.securityProducts,StandardCategoryID.specialtyClothingShop,StandardCategoryID.glassWindowsStore,StandardCategoryID.varietyStore,StandardCategoryID.christmasHolidayShopandStandardCategoryID.boatingEquipmentAccessories.Declaration
Swift
case shop = 9361 -
Represents a Shop category with no specific details.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case shopUnspecified = 9361001 -
Represents a Book Shop category, shops that primarily sell books.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case bookShop = 9361002 -
Represents a shop category that primarily sells CDs, DVDs, and Videos.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case cDsDVDVideos = 9361003 -
Represents a Children’s Clothes Shop category, shops that primarily sell clothes for children.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case childrenClothes = 9361004 -
Represents a shop category for Footwear and Shoe Repairs.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case footwearShoeRepairs = 9361005 -
Represents a Clothing Shop category, shops that primarily sell clothes.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case clothingShop = 9361006 -
Represents a category for shops that primarily sell men’s clothing.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case menClothing = 9361007 -
Represents a category for shops that primarily sell women’s clothing.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case womenClothing = 9361008 -
Represents a Convenience Store category, small retail shops that stock everyday items.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case convenienceStore = 9361009 -
Represents a Dry Cleaner category, businesses that clean clothes and fabrics.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case dryCleaner = 9361010 -
Represents a Cameras and Photography shop category.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case camerasPhotography = 9361011 -
Represents a Computer and Computer Supplies shop category.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case computerComputerSupplies = 9361012 -
Represents a Consumer Electronics shop category, shops that primarily sell consumer electronics.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case consumerElectronics = 9361013 -
Represents an Office Equipment shop category, shops that primarily sell equipment for office use.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case officeEquipment = 9361014 -
Represents a Real Estate Agent category, businesses that arrange the selling, renting or management of properties.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case realEstateAgent = 9361015 -
Represents a Factory Outlet category, a store where goods are sold directly by manufacturers at a discount.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case factoryOutlet = 9361016 -
Represents a Florists category, shops that sell flowers and ornamental plants.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case florists = 9361017 -
Represents a Bakery category, a place where bread and other baked goods are made and sold.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case bakery = 9361018 -
Represents a Butcher category, a shop where meat is sold.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case butcher = 9361019 -
Represents a Fishmonger category, a shop or person that sells fish for food.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case fishmonger = 9361020 -
Represents a Food Market category, a marketplace where groceries are sold.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case foodMarket = 9361021 -
Represents a Greengrocer category, a retailer of fruit and vegetables.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case greengrocer = 9361022 -
Represents a Grocery Store category, a store that primarily sells food.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case groceryStore = 9361023 -
Represents Other Food Shops category, for food shops that don’t fit into other categories.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case otherFoodShops = 9361024 -
Represents a Wine and Spirits shop category, shops that primarily sell alcoholic beverages.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case wineSpirits = 9361025 -
Represents a Gifts, Cards, Novelties, Souvenirs shop category.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case giftsCardsNoveltiesSouvenirs = 9361026 -
Represents a Hairdresser category, places that offer hair cutting/styling services.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case hairdresser = 9361027 -
Represents a Carpet and Floor Coverings shop category, shops that sell carpets and other floor coverings.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case carpetFloorCoverings = 9361028 -
Represents a Curtains and Textiles shop category, shops that sell curtains and other textile products.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case curtainsTextiles = 9361029 -
Represents a Do-It-Yourself Centers category, stores that sell home improvement items.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case doItYourselfCenters = 9361030 -
Represents a House, Garden, Furniture, and Fittings shop category.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case houseGardenFurnitureFittings = 9361031 -
Represents a Garden Centers and Services category, stores that sell garden products and plants.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case gardenCentersServices = 9361032 -
Represents a Kitchens and Bathrooms store category, stores that sell kitchen and bathroom fittings.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case kitchensBathrooms = 9361033 -
Represents a Lighting Shops category, shops that sell light fixtures and other lighting equipment.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case lightingShops = 9361034 -
Represents a Painting and Decorating store category, stores that sell paint and other decorating supplies.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case paintingDecorating = 9361035 -
Represents a Jewelry, Clocks, Watches shop category, shops that sell jewelry, clocks, and watches.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case jewelryClocksWatches = 9361036 -
Represents a Newsagents and Tobacconists category, stores that sell newspapers, magazines, and tobacco products.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case newsagentsTobacconists = 9361037 -
Represents an Optician category, professionals who provide corrective lenses for correcting eyesight.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case optician = 9361038 -
Represents a Sports Equipment and Clothing store category, stores that sell sports equipment and sportswear.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case sportsEquipmentClothing = 9361039 -
Represents a Toys and Games Shop category, shops that sell toys and games.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case toysGamesShop = 9361040 -
Represents a Travel Agent category, businesses that provide advice and services for people seeking travel.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case travelAgent = 9361041 -
Represents a Construction Material and Equipment store category, stores that sell construction-related materials and equipment.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case constructionMaterialEquipment = 9361042 -
Represents a Medical Supplies and Equipment store category, stores that sell medical supplies and equipment.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case medicalSuppliesEquipment = 9361043 -
Represents a Video Rental Shop category, shops that rent out home videos and DVDs for a short period.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case videoRentalShop = 9361044 -
Represents a Laundry category, businesses that offer clothes washing services.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case laundry = 9361045 -
Represents a Photo Lab and Development category, businesses that develop photos from film or digital media.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case photoLabDevelopment = 9361046 -
Represents a Photocopy Shop category, shops that offer photocopying services.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case photocopyShop = 9361047 -
Represents an Animal Services category, businesses that provide various services for animals.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case animalServices = 9361048 -
Represents an Antique and Art Shop category, shops that sell antiques and art.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case antiqueArtShop = 9361049 -
Represents a Beauty Supplies shop category, shops that sell beauty products and cosmetics.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case beautySupplies = 9361050 -
Represents a Drug Store category, shops that sell medication and other healthcare items.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case drugStore = 9361051 -
Represents an Electrical Appliances Shop category, shops that sell electrical appliances.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case electricalAppliancesShop = 9361052 -
Represents a Hobby Shop category, shops that sell hobby-related items like craft supplies, model kits etc.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case hobbyShop = 9361053 -
Represents a Furniture and Home Furnishings shop category, shops that sell furniture and home decor items.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case furnitureHomeFurnishings = 9361054 -
Represents a Glassware and Ceramic Shop category, shops that sell glassware and ceramic products.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case glasswareCeramicShop = 9361055 -
Represents a Local Specialities Shop category, shops that sell products unique to a specific area.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case localSpecialitiesShop = 9361056 -
Represents a Recycling Shop category, shops that sell secondhand items or items made from recycled materials.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case recyclingShop = 9361057 -
Represents a Bags and Leatherwear shop category, shops that sell bags and leather goods.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case bagsLeatherwear = 9361058 -
Represents a Music Instruments Store category, shops that sell musical instruments.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case musicInstrumentsStore = 9361059 -
Represents a Delicatessen category, shops that sell delicacies, unusual or foreign prepared foods.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case delicatessen = 9361060 -
Represents a Specialty Foods shop category, shops that sell special or unusual types of food.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case specialtyFoods = 9361061 -
Represents a Shopping Service category, services that assist with shopping like personal shoppers or shopping delivery services.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case shoppingService = 9361062 -
Represents a Retail Outlet category, a store where a specific company’s products are sold.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case retailOutlet = 9361063 -
Represents a Pet Supplies category, shops that sell supplies for pets like food, toys, and accessories.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case petSupplies = 9361064 -
Represents a Marine Electronic Equipment category, shops that sell electronic equipment for marine use.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case marineElectronicEquipment = 9361065 -
Represents a Wholesale Club category, a members-only retailer that sells a variety of merchandise in bulk.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case wholesaleClub = 9361066 -
Represents a Beauty Salon category, establishments that offer beauty treatments.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case beautySalon = 9361067 -
Represents a Nail Salon category, establishments that offer nail care services like manicures and pedicures.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case nailSalon = 9361068 -
Represents a Hardware Store category, shops that sell household hardware for home improvement.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case hardwareStore = 9361069 -
Represents a Pawn Shop category, shops that offer loans in exchange for personal property as equivalent collateral.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case pawnShop = 9361070 -
Represents a Lottery Shop category, shops that sell lottery tickets.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case lotteryShop = 9361071 -
Represents a Betting Station category, places where people can place bets on various events.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case bettingStation = 9361072 -
Represents an Agricultural Supplies shop category, shops that sell supplies for farming and other agriculture-related activities.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case agriculturalSupplies = 9361073 -
Represents a Stamp Shop category, shops that sell postage stamps and related items.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case stampShop = 9361074 -
Represents a Mobile Phone Shop category, shops that sell mobile phones and related accessories.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case mobilePhoneShop = 9361075 -
Represents a Drive Through Bottle Shop category, shops where customers can buy alcohol without leaving their cars.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case driveThroughBottleShop = 9361076 -
Represents a Tailor Shop category, shops where clothes are made, repaired, or altered professionally.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case tailorShop = 9361077 -
Represents a Security Products shop category, shops that sell security systems and other security-related products.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case securityProducts = 9361078 -
Represents a Specialty Clothing Shop category, shops that sell a specific type of clothes.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case specialtyClothingShop = 9361079 -
Represents a Glass Windows Store category, shops that sell glass windows and related items.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case glassWindowsStore = 9361080 -
Represents a Variety Store category, retail stores that sell a wide range of inexpensive household goods.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case varietyStore = 9361081 -
Represents a Christmas Holiday Shop category, shops that sell Christmas decorations and related items.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case christmasHolidayShop = 9361082 -
Represents a Boating Equipment and Accessories shop category, shops that sell equipment and accessories for boats.
Note
This is a sub-category ofStandardCategoryID.shop.Declaration
Swift
case boatingEquipmentAccessories = 9361083 -
Represents a Park or Recreation Area category, an area of land set aside for human enjoyment and recreation.
Note
this is a parent category forStandardCategoryID.parkRecreationArea,StandardCategoryID.battlefield,StandardCategoryID.cemetery,StandardCategoryID.historicSite,StandardCategoryID.historicalPark,StandardCategoryID.lakeshore,StandardCategoryID.memorial,StandardCategoryID.park,StandardCategoryID.parkway,StandardCategoryID.preserve,StandardCategoryID.recreationArea,StandardCategoryID.seashore,StandardCategoryID.wildernessArea,StandardCategoryID.forestArea,StandardCategoryID.fishingHuntingArea,StandardCategoryID.fairground,StandardCategoryID.otherWinterSport,StandardCategoryID.skiResort,StandardCategoryID.naturalRecreationAttraction,StandardCategoryID.boatLaunchingRamp,StandardCategoryID.picnicArea,StandardCategoryID.riverScenicAreaandStandardCategoryID.protectedArea.Declaration
Swift
case parkRecreationArea = 9362 -
Represents a Battlefield category, the location where a battle was fought.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case battlefield = 9362002 -
Represents a Cemetery category, a place where the dead are buried.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case cemetery = 9362003 -
Represents a Historic Site category, a location where pieces of political, military, cultural, or social history have been preserved.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case historicSite = 9362004 -
Represents a Historical Park category, a park that preserves aspects of history.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case historicalPark = 9362005 -
Represents a Lakeshore category, the part of the land that is along the edge of a lake.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case lakeshore = 9362006 -
Represents a Memorial category, a location commemorating a historical event or individual.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case memorial = 9362007 -
Represents a Park category, an area of land set aside for human enjoyment and recreation.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case park = 9362008 -
Represents a Parkway category, a landscaped thoroughfare.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case parkway = 9362009 -
Represents a Preserve category, an area of land protected for conservation or preservation of nature.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case preserve = 9362010 -
Represents a Recreation Area category, an area of land or water set aside for human leisure and enjoyment.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case recreationArea = 9362011 -
Represents a Seashore category, the land along the edge of the sea.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case seashore = 9362013 -
Represents a Wilderness Area category, a region where the land is in a natural state.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case wildernessArea = 9362014 -
Represents a Forest Area category, a large area covered primarily with trees and undergrowth.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case forestArea = 9362015 -
Represents a Fishing Hunting Area category, an area designated for fishing and hunting activities.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case fishingHuntingArea = 9362016 -
Represents a Fairground category, an area of land used for a fair, carnival, or other amusement and entertainment events.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case fairground = 9362017 -
Represents an Other Winter Sport category, an area designated for winter sports other than skiing.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case otherWinterSport = 9362025 -
Represents a Ski Resort category, a resort developed for skiing and other winter sports.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case skiResort = 9362026 -
Represents a Natural Recreation Attraction category, a natural site interesting for its recreational value.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case naturalRecreationAttraction = 9362030 -
Represents a Boat Launching Ramp category, a slope used for launching boats into the water.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case boatLaunchingRamp = 9362032 -
Represents a Picnic Area category, a designated area where picnicking is permissible.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case picnicArea = 9362033 -
Represents a River Scenic Area category, a scenic area around a river.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case riverScenicArea = 9362036 -
Represents a Protected Area category, a location that receives protection because of its recognized natural, ecological, or cultural values.
Note
This is a sub-category ofStandardCategoryID.parkRecreationArea.Declaration
Swift
case protectedArea = 9362037 -
Represents a Courthouse category, a building where legal proceedings occur.
Declaration
Swift
case courthouse = 9363 -
Represents a Marijuana Dispensary category, a location at which marijuana is available for medical or recreational purchase.
Note
this is a parent category forStandardCategoryID.marijuanaDispensary,StandardCategoryID.unspecifiedMarijuanaDispensary,StandardCategoryID.medicinalMarijuanaDispensary,StandardCategoryID.recreationalMarijuanaDispensaryandStandardCategoryID.medicinalAndRecreationalDispensary.Declaration
Swift
case marijuanaDispensary = 9364 -
Represents an Unspecified Marijuana Dispensary category.
Note
This is a sub-category ofStandardCategoryID.marijuanaDispensary.Declaration
Swift
case unspecifiedMarijuanaDispensary = 9364001 -
Represents a Medicinal Marijuana Dispensary category, a location at which medical marijuana is available for purchase.
Note
This is a sub-category ofStandardCategoryID.marijuanaDispensary.Declaration
Swift
case medicinalMarijuanaDispensary = 9364002 -
Represents a Recreational Marijuana Dispensary category, a location at which marijuana for recreational use is available for purchase.
Note
This is a sub-category ofStandardCategoryID.marijuanaDispensary.Declaration
Swift
case recreationalMarijuanaDispensary = 9364003 -
Represents a Medicinal and Recreational Dispensary category, a location at which both medicinal and recreational marijuana are available for purchase.
Note
This is a sub-category ofStandardCategoryID.marijuanaDispensary.Declaration
Swift
case medicinalAndRecreationalDispensary = 9364004 -
Represents a Tennis Court category, facilities where the sport of tennis is played.
Declaration
Swift
case tennisCourt = 9369 -
Represents a Water Sport category, a sport or recreational activity that takes place in or on water.
Declaration
Swift
case waterSport = 9371 -
Represents a Doctor category, a location where medical service provided by a doctor or other medical professionals is available.
Note
this is a parent category forStandardCategoryID.doctor,StandardCategoryID.doctorUnspecified,StandardCategoryID.generalPractitionerandStandardCategoryID.specialist.Declaration
Swift
case doctor = 9373 -
Represents a Doctor category with no specific details.
Note
This is a sub-category ofStandardCategoryID.doctor.Declaration
Swift
case doctorUnspecified = 9373001 -
Represents a General Practitioner category, a medical doctor who treats acute and chronic illnesses and provides preventive care and health education.
Note
This is a sub-category ofStandardCategoryID.doctor.Declaration
Swift
case generalPractitioner = 9373002 -
Represents a Specialist category, a physician or surgeon who has been educated and trained in a special branch of medicine.
Note
This is a sub-category ofStandardCategoryID.doctor.Declaration
Swift
case specialist = 9373003 -
Represents a Dentist category, a medical professional who practices dentistry.
Declaration
Swift
case dentist = 9374 -
Represents a Veterinarian category, a professional who practices veterinary medicine by treating diseases, disorders, and injuries in animals.
Declaration
Swift
case veterinarian = 9375 -
Represents a Cafe or Pub category, establishments where people go to drink coffee or alcohol and/or enjoy some food.
Note
this is a parent category forStandardCategoryID.cafePub,StandardCategoryID.cafePubUnspecified,StandardCategoryID.cafe,StandardCategoryID.pub,StandardCategoryID.internetCafe,StandardCategoryID.teaHouse,StandardCategoryID.coffeeShopandStandardCategoryID.microbrewery.Declaration
Swift
case cafePub = 9376 -
Represents a Cafe or Pub category with no specific details.
Note
This is a sub-category ofStandardCategoryID.cafePub.Declaration
Swift
case cafePubUnspecified = 9376001 -
Represents a Cafe category, a type of restaurant that mainly serves coffee and light meals.
Note
This is a sub-category ofStandardCategoryID.cafePub.Declaration
Swift
case cafe = 9376002 -
Represents a Pub category, an establishment licensed to serve alcoholic drinks.
Note
This is a sub-category ofStandardCategoryID.cafePub.Declaration
Swift
case pub = 9376003 -
Represents an Internet Cafe category, a place which provides internet access to the public, usually for a fee.
Note
This is a sub-category ofStandardCategoryID.cafePub.Declaration
Swift
case internetCafe = 9376004 -
Represents a Tea House category, a venue centered on drinking tea and socializing.
Note
This is a sub-category ofStandardCategoryID.cafePub.Declaration
Swift
case teaHouse = 9376005 -
Represents a Coffee Shop category, a type of restaurant that mainly serves coffee and light meals.
Note
This is a sub-category ofStandardCategoryID.cafePub.Declaration
Swift
case coffeeShop = 9376006 -
Represents a Microbrewery category, a brewery that produces a small amount of beer, typically much smaller than large-scale corporate breweries.
Note
This is a sub-category ofStandardCategoryID.cafePub.Declaration
Swift
case microbrewery = 9376007 -
Represents an Exhibition or Convention Center category, a large building that is used to hold conventions, exhibitions and other large meetings.
Declaration
Swift
case exhibitionConventionCenter = 9377 -
Represents a Leisure Center category, a building containing sports facilities and other leisure activities available to the public.
Note
this is a parent category forStandardCategoryID.leisureCenter,StandardCategoryID.leisureCenterUnspecified,StandardCategoryID.bowlingCenter,StandardCategoryID.danceStudioSchool,StandardCategoryID.flyingClub,StandardCategoryID.saunaSolariumMassageandStandardCategoryID.snookerPoolBilliard.Declaration
Swift
case leisureCenter = 9378 -
Represents a Leisure Center category with no specific details.
Note
This is a sub-category ofStandardCategoryID.leisureCenter.Declaration
Swift
case leisureCenterUnspecified = 9378001 -
Represents a Bowling Center category, a facility where the sport of bowling is played.
Note
This is a sub-category ofStandardCategoryID.leisureCenter.Declaration
Swift
case bowlingCenter = 9378002 -
Represents a Dance Studio or School category, a space where dance instruction is provided.
Note
This is a sub-category ofStandardCategoryID.leisureCenter.Declaration
Swift
case danceStudioSchool = 9378003 -
Represents a Flying Club category, an organization that provides its members with access to aircraft.
Note
This is a sub-category ofStandardCategoryID.leisureCenter.Declaration
Swift
case flyingClub = 9378004 -
Represents a Sauna, Solarium, Massage category, places that provide these health and wellness services.
Note
This is a sub-category ofStandardCategoryID.leisureCenter.Declaration
Swift
case saunaSolariumMassage = 9378005 -
Represents a Snooker, Pool, Billiard category, a place where cue sports are played.
Note
This is a sub-category ofStandardCategoryID.leisureCenter.Declaration
Swift
case snookerPoolBilliard = 9378006 -
Represents a Nightlife category, entertainment that is available in the evening.
Note
this is a parent category forStandardCategoryID.nightlife,StandardCategoryID.nightlifeUnspecified,StandardCategoryID.discoClub,StandardCategoryID.privateClub,StandardCategoryID.bar,StandardCategoryID.cocktailBar,StandardCategoryID.wineBar,StandardCategoryID.jazzClub,StandardCategoryID.comedyClubandStandardCategoryID.karaokeClub.Declaration
Swift
case nightlife = 9379 -
Represents a Nightlife category with no specific details.
Note
This is a sub-category ofStandardCategoryID.nightlife.Declaration
Swift
case nightlifeUnspecified = 9379001 -
Represents a Disco or Club category, a place where people gather for dancing and socializing.
Note
This is a sub-category ofStandardCategoryID.nightlife.Declaration
Swift
case discoClub = 9379002 -
Represents a Private Club category, a club that restricts its membership and events to members.
Note
This is a sub-category ofStandardCategoryID.nightlife.Declaration
Swift
case privateClub = 9379003 -
Represents a Bar category, an establishment that serves alcoholic beverages for consumption on the premises.
Note
This is a sub-category ofStandardCategoryID.nightlife.Declaration
Swift
case bar = 9379004 -
Represents a standard category ID for a Cocktail Bar.
Note
This is a sub-category ofStandardCategoryID.nightlife.Declaration
Swift
case cocktailBar = 9379006 -
Represents a standard category ID for a Wine Bar.
Note
This is a sub-category ofStandardCategoryID.nightlife.Declaration
Swift
case wineBar = 9379007 -
Represents a standard category ID for a Jazz Club.
Note
This is a sub-category ofStandardCategoryID.nightlife.Declaration
Swift
case jazzClub = 9379008 -
Represents a standard category ID for a Comedy Club.
Note
This is a sub-category ofStandardCategoryID.nightlife.Declaration
Swift
case comedyClub = 9379009 -
Represents a standard category ID for a Karaoke Club.
Note
This is a sub-category ofStandardCategoryID.nightlife.Declaration
Swift
case karaokeClub = 9379010 -
Represents a standard category ID for a Commercial Building.
Declaration
Swift
case commercialBuilding = 9382 -
Represents a standard category ID for an Industrial Building.
Declaration
Swift
case industrialBuilding = 9383 -
Represents a standard category ID for a Military Installation.
Declaration
Swift
case militaryInstallation = 9388 -
Represents a standard category ID for a Native Reservation.
Declaration
Swift
case nativeReservation = 9389 -
Represents a standard category ID for a Health Care Service.
Note
this is a parent category forStandardCategoryID.healthCareService,StandardCategoryID.healthCareServiceUnspecified,StandardCategoryID.personalService,StandardCategoryID.personalCareFacility,StandardCategoryID.bloodBankandStandardCategoryID.ambulanceUnit.Declaration
Swift
case healthCareService = 9663 -
Represents an unspecified standard category ID for a Health Care Service.
Note
This is a sub-category ofStandardCategoryID.healthCareService.Declaration
Swift
case healthCareServiceUnspecified = 9663001 -
Represents a standard category ID for a Personal Service.
Note
This is a sub-category ofStandardCategoryID.healthCareService.Declaration
Swift
case personalService = 9663002 -
Represents a standard category ID for a Personal Care Facility.
Note
This is a sub-category ofStandardCategoryID.healthCareService.Declaration
Swift
case personalCareFacility = 9663003 -
Represents a standard category ID for a Blood Bank.
Note
This is a sub-category ofStandardCategoryID.healthCareService.Declaration
Swift
case bloodBank = 9663004 -
Represents a standard category ID for an Ambulance Unit.
Note
This is a sub-category ofStandardCategoryID.healthCareService.Declaration
Swift
case ambulanceUnit = 9663005 -
Represents a standard category ID for Entertainment.
Declaration
Swift
case entertainment = 9900 -
Represents a standard category ID for an Amusement Park.
Note
this is a parent category forStandardCategoryID.amusementPark,StandardCategoryID.amusementParkUnspecified,StandardCategoryID.amusementArcade,StandardCategoryID.amusementGamesandStandardCategoryID.amusementPlace.Declaration
Swift
case amusementPark = 9902 -
Represents a standard category ID for an Amusement Park with no specific details.
Note
This is a sub-category ofStandardCategoryID.amusementPark.Declaration
Swift
case amusementParkUnspecified = 9902001 -
Represents a standard category ID for an Amusement Arcade.
Note
This is a sub-category ofStandardCategoryID.amusementPark.Declaration
Swift
case amusementArcade = 9902002 -
Represents a standard category ID for Amusement Games.
Note
This is a sub-category ofStandardCategoryID.amusementPark.Declaration
Swift
case amusementGames = 9902003 -
Represents a standard category ID for an Amusement Place.
Note
This is a sub-category ofStandardCategoryID.amusementPark.Declaration
Swift
case amusementPlace = 9902004 -
Represents a standard category ID for an Automotive Dealer.
Note
this is a parent category forStandardCategoryID.automotiveDealer,StandardCategoryID.automotiveDealerUnspecified,StandardCategoryID.carDealer,StandardCategoryID.motorcycleDealer,StandardCategoryID.boatDealer,StandardCategoryID.recreationalVehicleDealer,StandardCategoryID.truckDealer,StandardCategoryID.vanDealer,StandardCategoryID.busDealerandStandardCategoryID.atvDealer.Declaration
Swift
case automotiveDealer = 9910 -
Represents an unspecified standard category ID for an Automotive Dealer.
Note
This is a sub-category ofStandardCategoryID.automotiveDealer.Declaration
Swift
case automotiveDealerUnspecified = 9910001 -
Represents a standard category ID for a Car Dealer.
Note
This is a sub-category ofStandardCategoryID.automotiveDealer.Declaration
Swift
case carDealer = 9910002 -
Represents a standard category ID for a Motorcycle Dealer.
Note
This is a sub-category ofStandardCategoryID.automotiveDealer.Declaration
Swift
case motorcycleDealer = 9910003 -
Represents a standard category ID for a Boat Dealer.
Note
This is a sub-category ofStandardCategoryID.automotiveDealer.Declaration
Swift
case boatDealer = 9910004 -
Represents a standard category ID for a Recreational Vehicle Dealer.
Note
This is a sub-category ofStandardCategoryID.automotiveDealer.Declaration
Swift
case recreationalVehicleDealer = 9910005 -
Represents a standard category ID for a Truck Dealer.
Note
This is a sub-category ofStandardCategoryID.automotiveDealer.Declaration
Swift
case truckDealer = 9910006 -
Represents a standard category ID for a Van Dealer.
Note
This is a sub-category ofStandardCategoryID.automotiveDealer.Declaration
Swift
case vanDealer = 9910007 -
Represents a standard category ID for a Bus Dealer.
Note
This is a sub-category ofStandardCategoryID.automotiveDealer.Declaration
Swift
case busDealer = 9910008 -
Represents a standard category ID for an ATV (all-terrain vehicle) Dealer.
Note
This is a sub-category ofStandardCategoryID.automotiveDealer.Declaration
Swift
case atvDealer = 9910009 -
Represents a standard category ID for a Golf Course.
Declaration
Swift
case golfCourse = 9911 -
Represents a standard category ID for a Library.
Declaration
Swift
case library = 9913 -
Represents a standard category ID for an Entry Point.
Declaration
Swift
case entryPoint = 9920 -
Represents a standard category ID for a Zoo, Arboretum or Botanical Garden.
Note
this is a parent category forStandardCategoryID.zooArboretumBotanicalGarden,StandardCategoryID.arboretaBotanicalGardenUnspecified,StandardCategoryID.arboretaBotanicalGardens,StandardCategoryID.zoo,StandardCategoryID.aquaticZooandStandardCategoryID.wildlifePark.Declaration
Swift
case zooArboretumBotanicalGarden = 9927 -
Represents an unspecified standard category ID for Arboreta or Botanical Gardens.
Note
This is a sub-category ofStandardCategoryID.zooArboretumBotanicalGarden.Declaration
Swift
case arboretaBotanicalGardenUnspecified = 9927001 -
Represents a standard category ID for Arboreta or Botanical Gardens.
Note
This is a sub-category ofStandardCategoryID.zooArboretumBotanicalGarden.Declaration
Swift
case arboretaBotanicalGardens = 9927002 -
Represents a standard category ID for a Zoo.
Note
This is a sub-category ofStandardCategoryID.zooArboretumBotanicalGarden.Declaration
Swift
case zoo = 9927003 -
Represents a standard category ID for an Aquatic Zoo.
Note
This is a sub-category ofStandardCategoryID.zooArboretumBotanicalGarden.Declaration
Swift
case aquaticZoo = 9927004 -
Represents a standard category ID for a Wildlife Park.
Note
This is a sub-category ofStandardCategoryID.zooArboretumBotanicalGarden.Declaration
Swift
case wildlifePark = 9927005 -
Represents a standard category ID for Rent A Car Parking.
Declaration
Swift
case rentACarParking = 9930 -
Represents a standard category ID for a Public Amenity.
Note
this is a parent category forStandardCategoryID.publicAmenity,StandardCategoryID.publicAmenityUnspecified,StandardCategoryID.passengerTransportTicketOffice,StandardCategoryID.pedestrianSubway,StandardCategoryID.publicCallBox,StandardCategoryID.publicToiletandStandardCategoryID.roadRescue.Declaration
Swift
case publicAmenity = 9932 -
Represents an unspecified standard category ID for a Public Amenity.
Note
This is a sub-category ofStandardCategoryID.publicAmenity.Declaration
Swift
case publicAmenityUnspecified = 9932001 -
Represents a standard category ID for a Passenger Transport Ticket Office.
Note
This is a sub-category ofStandardCategoryID.publicAmenity.Declaration
Swift
case passengerTransportTicketOffice = 9932002 -
Represents a standard category ID for a Pedestrian Subway.
Note
This is a sub-category ofStandardCategoryID.publicAmenity.Declaration
Swift
case pedestrianSubway = 9932003 -
Represents a standard category ID for a Public Call Box.
Note
This is a sub-category ofStandardCategoryID.publicAmenity.Declaration
Swift
case publicCallBox = 9932004 -
Represents a standard category ID for a Public Toilet.
Note
This is a sub-category ofStandardCategoryID.publicAmenity.Declaration
Swift
case publicToilet = 9932005 -
Represents a standard category ID for Road Rescue.
Note
This is a sub-category ofStandardCategoryID.publicAmenity.Declaration
Swift
case roadRescue = 9932006 -
Represents a standard category ID for a Mountain Pass.
Declaration
Swift
case mountainPass = 9935 -
Represents a standard category ID for a Club or Association.
Note
this is a parent category forStandardCategoryID.clubAssociation,StandardCategoryID.clubAndAssociationUnspecified,StandardCategoryID.beachClubandStandardCategoryID.hockeyClub.Declaration
Swift
case clubAssociation = 9937 -
Represents an unspecified standard category ID for a Club or Association.
Note
This is a sub-category ofStandardCategoryID.clubAssociation.Declaration
Swift
case clubAndAssociationUnspecified = 9937001 -
Represents a standard category ID for a Beach Club.
Note
This is a sub-category ofStandardCategoryID.clubAssociation.Declaration
Swift
case beachClub = 9937002 -
Represents a standard category ID for a Hockey Club.
Note
This is a sub-category ofStandardCategoryID.clubAssociation.Declaration
Swift
case hockeyClub = 9937003 -
Represents a standard category ID for a Public Transportation Stop.
Note
this is a parent category forStandardCategoryID.publicTransportationStop,StandardCategoryID.publicTransportStopUnspecified,StandardCategoryID.busStop,StandardCategoryID.taxiStand,StandardCategoryID.streetcarStopandStandardCategoryID.coachStop.Declaration
Swift
case publicTransportationStop = 9942 -
Represents an unspecified standard category ID for a Public Transport Stop.
Note
This is a sub-category ofStandardCategoryID.publicTransportationStop.Declaration
Swift
case publicTransportStopUnspecified = 9942001 -
Represents a standard category ID for a Bus Stop.
Note
This is a sub-category ofStandardCategoryID.publicTransportationStop.Declaration
Swift
case busStop = 9942002 -
Represents a standard category ID for a Taxi Stand.
Note
This is a sub-category ofStandardCategoryID.publicTransportationStop.Declaration
Swift
case taxiStand = 9942003 -
Represents a standard category ID for a Streetcar Stop.
Note
This is a sub-category ofStandardCategoryID.publicTransportationStop.Declaration
Swift
case streetcarStop = 9942004 -
Represents a standard category ID for a Coach Stop.
Note
This is a sub-category ofStandardCategoryID.publicTransportationStop.Declaration
Swift
case coachStop = 9942005 -
Represents a standard category ID for a Checkpoint.
Declaration
Swift
case checkpoint = 9955 -
Represents a standard category ID for an Emergency Room.
Declaration
Swift
case emergencyRoom = 9956
TomTom SDK for iOS (0.53.1)
StandardCategoryID