PlaceType
struct PlaceTypeextension PlaceType : Equatable, Hashable, RawRepresentable, SendableAll Places (NEW) API place types found at https://developers.google.com/maps/documentation/places/ios-sdk/place-types All Place Types found at https://developers.google.com/maps/documentation/places/ios-sdk/supported_types
- 
                  
                  The raw type that can be used to represent all values of the conforming type. Every distinct value of the conforming type has a corresponding unique value of the RawValuetype, but there may be values of theRawValuetype that don’t have a corresponding value of the conforming type.DeclarationSwift typealias RawValue = String
- 
                  
                  DeclarationSwift static let accounting: PlaceType
- 
                  
                  DeclarationSwift static let address: PlaceType
- 
                  
                  DeclarationSwift static let administrativeAreaLevel1: PlaceType
- 
                  
                  DeclarationSwift static let administrativeAreaLevel2: PlaceType
- 
                  
                  DeclarationSwift static let administrativeAreaLevel3: PlaceType
- 
                  
                  DeclarationSwift static let administrativeAreaLevel4: PlaceType
- 
                  
                  DeclarationSwift static let administrativeAreaLevel5: PlaceType
- 
                  
                  DeclarationSwift static let airport: PlaceType
- 
                  
                  DeclarationSwift static let amusementPark: PlaceType
- 
                  
                  DeclarationSwift static let aquarium: PlaceType
- 
                  
                  DeclarationSwift static let artGallery: PlaceType
- 
                  
                  DeclarationSwift static let atm: PlaceType
- 
                  
                  DeclarationSwift static let bakery: PlaceType
- 
                  
                  DeclarationSwift static let bank: PlaceType
- 
                  
                  DeclarationSwift static let bar: PlaceType
- 
                  
                  DeclarationSwift static let beautySalon: PlaceType
- 
                  
                  DeclarationSwift static let bicycleStore: PlaceType
- 
                  
                  DeclarationSwift static let bookStore: PlaceType
- 
                  
                  DeclarationSwift static let bowlingAlley: PlaceType
- 
                  
                  DeclarationSwift static let busStation: PlaceType
- 
                  
                  DeclarationSwift static let cafe: PlaceType
- 
                  
                  DeclarationSwift static let campground: PlaceType
- 
                  
                  DeclarationSwift static let carDealer: PlaceType
- 
                  
                  DeclarationSwift static let carRental: PlaceType
- 
                  
                  DeclarationSwift static let carRepair: PlaceType
- 
                  
                  DeclarationSwift static let carWash: PlaceType
- 
                  
                  DeclarationSwift static let casino: PlaceType
- 
                  
                  DeclarationSwift static let cemetery: PlaceType
- 
                  
                  DeclarationSwift static let church: PlaceType
- 
                  
                  DeclarationSwift static let cities: PlaceType
- 
                  
                  DeclarationSwift static let cityHall: PlaceType
- 
                  
                  DeclarationSwift static let clothingStore: PlaceType
- 
                  
                  DeclarationSwift static let colloquialArea: PlaceType
- 
                  
                  DeclarationSwift static let convenienceStore: PlaceType
- 
                  
                  DeclarationSwift static let country: PlaceType
- 
                  
                  DeclarationSwift static let courthouse: PlaceType
- 
                  
                  DeclarationSwift static let dentist: PlaceType
- 
                  
                  DeclarationSwift static let departmentStore: PlaceType
- 
                  
                  DeclarationSwift static let doctor: PlaceType
- 
                  
                  DeclarationSwift static let drugstore: PlaceType
- 
                  
                  DeclarationSwift static let electrician: PlaceType
- 
                  
                  DeclarationSwift static let electronicsStore: PlaceType
- 
                  
                  DeclarationSwift static let embassy: PlaceType
- 
                  
                  DeclarationSwift static let establishment: PlaceType
- 
                  
                  DeclarationSwift static let finance: PlaceType
- 
                  
                  DeclarationSwift static let fireStation: PlaceType
- 
                  
                  DeclarationSwift static let floor: PlaceType
- 
                  
                  DeclarationSwift static let florist: PlaceType
- 
                  
                  DeclarationSwift static let food: PlaceType
- 
                  
                  DeclarationSwift static let funeralHome: PlaceType
- 
                  
                  DeclarationSwift static let furnitureStore: PlaceType
- 
                  
                  DeclarationSwift static let gasStation: PlaceType
- 
                  
                  DeclarationSwift static let generalContractor: PlaceType
- 
                  
                  DeclarationSwift static let geocode: PlaceType
- 
                  
                  DeclarationSwift static let groceryOrSupermarket: PlaceType
- 
                  
                  DeclarationSwift static let gym: PlaceType
- 
                  
                  DeclarationSwift static let hairCare: PlaceType
- 
                  
                  DeclarationSwift static let hardwareStore: PlaceType
- 
                  
                  DeclarationSwift static let health: PlaceType
- 
                  
                  DeclarationSwift static let hinduTemple: PlaceType
- 
                  
                  DeclarationSwift static let homeGoodsStore: PlaceType
- 
                  
                  DeclarationSwift static let hospital: PlaceType
- 
                  
                  Creates a new instance with the specified raw value. If there is no value of the type that corresponds with the specified raw value, this initializer returns nil. For example:enum PaperSize: String { case A4, A5, Letter, Legal } print(PaperSize(rawValue: "Legal")) // Prints "Optional(PaperSize.Legal)" print(PaperSize(rawValue: "Tabloid")) // Prints "nil"DeclarationSwift init(rawValue: String)ParametersrawValueThe raw value to use for the new instance. 
- 
                  
                  DeclarationSwift static let insuranceAgency: PlaceType
- 
                  
                  DeclarationSwift static let intersection: PlaceType
- 
                  
                  DeclarationSwift static let jewelryStore: PlaceType
- 
                  
                  DeclarationSwift static let laundry: PlaceType
- 
                  
                  DeclarationSwift static let lawyer: PlaceType
- 
                  
                  DeclarationSwift static let library: PlaceType
- 
                  
                  DeclarationSwift static let lightRailStation: PlaceType
- 
                  
                  DeclarationSwift static let liquorStore: PlaceType
- 
                  
                  DeclarationSwift static let localGovernmentOffice: PlaceType
- 
                  
                  DeclarationSwift static let locality: PlaceType
- 
                  
                  DeclarationSwift static let locksmith: PlaceType
- 
                  
                  DeclarationSwift static let lodging: PlaceType
- 
                  
                  DeclarationSwift static let mealDelivery: PlaceType
- 
                  
                  DeclarationSwift static let mealTakeaway: PlaceType
- 
                  
                  DeclarationSwift static let mosque: PlaceType
- 
                  
                  DeclarationSwift static let movieRental: PlaceType
- 
                  
                  DeclarationSwift static let movieTheater: PlaceType
- 
                  
                  DeclarationSwift static let movingCompany: PlaceType
- 
                  
                  DeclarationSwift static let museum: PlaceType
- 
                  
                  DeclarationSwift static let naturalFeature: PlaceType
- 
                  
                  DeclarationSwift static let neighborhood: PlaceType
- 
                  
                  DeclarationSwift static let nightClub: PlaceType
- 
                  
                  DeclarationSwift static let painter: PlaceType
- 
                  
                  DeclarationSwift static let park: PlaceType
- 
                  
                  DeclarationSwift static let parking: PlaceType
- 
                  
                  DeclarationSwift static let petStore: PlaceType
- 
                  
                  DeclarationSwift static let pharmacy: PlaceType
- 
                  
                  DeclarationSwift static let physiotherapist: PlaceType
- 
                  
                  DeclarationSwift static let placeOfWorship: PlaceType
- 
                  
                  DeclarationSwift static let plumber: PlaceType
- 
                  
                  DeclarationSwift static let pointOfInterest: PlaceType
- 
                  
                  DeclarationSwift static let police: PlaceType
- 
                  
                  DeclarationSwift static let political: PlaceType
- 
                  
                  DeclarationSwift static let postBox: PlaceType
- 
                  
                  DeclarationSwift static let postOffice: PlaceType
- 
                  
                  DeclarationSwift static let postalCode: PlaceType
- 
                  
                  DeclarationSwift static let postalCodePrefix: PlaceType
- 
                  
                  DeclarationSwift static let postalCodeSuffix: PlaceType
- 
                  
                  DeclarationSwift static let postalTown: PlaceType
- 
                  
                  DeclarationSwift static let premise: PlaceType
- 
                  
                  DeclarationSwift static let primarySchool: PlaceType
- 
                  
                  The corresponding value of the raw type. A new instance initialized with rawValuewill be equivalent to this instance. For example:enum PaperSize: String { case A4, A5, Letter, Legal } let selectedSize = PaperSize.Letter print(selectedSize.rawValue) // Prints "Letter" print(selectedSize == PaperSize(rawValue: selectedSize.rawValue)!) // Prints "true"DeclarationSwift let rawValue: String
- 
                  
                  DeclarationSwift static let realEstateAgency: PlaceType
- 
                  
                  DeclarationSwift static let regions: PlaceType
- 
                  
                  DeclarationSwift static let restaurant: PlaceType
- 
                  
                  DeclarationSwift static let roofingContractor: PlaceType
- 
                  
                  DeclarationSwift static let room: PlaceType
- 
                  
                  DeclarationSwift static let route: PlaceType
- 
                  
                  DeclarationSwift static let rvPark: PlaceType
- 
                  
                  DeclarationSwift static let school: PlaceType
- 
                  
                  DeclarationSwift static let secondarySchool: PlaceType
- 
                  
                  DeclarationSwift static let shoeStore: PlaceType
- 
                  
                  DeclarationSwift static let shoppingMall: PlaceType
- 
                  
                  DeclarationSwift static let spa: PlaceType
- 
                  
                  DeclarationSwift static let stadium: PlaceType
- 
                  
                  DeclarationSwift static let storage: PlaceType
- 
                  
                  DeclarationSwift static let store: PlaceType
- 
                  
                  DeclarationSwift static let streetAddress: PlaceType
- 
                  
                  DeclarationSwift static let streetNumber: PlaceType
- 
                  
                  DeclarationSwift static let sublocality: PlaceType
- 
                  
                  DeclarationSwift static let sublocalityLevel1: PlaceType
- 
                  
                  DeclarationSwift static let sublocalityLevel2: PlaceType
- 
                  
                  DeclarationSwift static let sublocalityLevel3: PlaceType
- 
                  
                  DeclarationSwift static let sublocalityLevel4: PlaceType
- 
                  
                  DeclarationSwift static let sublocalityLevel5: PlaceType
- 
                  
                  DeclarationSwift static let subpremise: PlaceType
- 
                  
                  DeclarationSwift static let subwayStation: PlaceType
- 
                  
                  DeclarationSwift static let supermarket: PlaceType
- 
                  
                  DeclarationSwift static let synagogue: PlaceType
- 
                  
                  DeclarationSwift static let taxiStand: PlaceType
- 
                  
                  DeclarationSwift static let touristAttraction: PlaceType
- 
                  
                  DeclarationSwift static let townSquare: PlaceType
- 
                  
                  DeclarationSwift static let trainStation: PlaceType
- 
                  
                  DeclarationSwift static let transitStation: PlaceType
- 
                  
                  DeclarationSwift static let travelAgency: PlaceType
- 
                  
                  DeclarationSwift static let university: PlaceType
- 
                  
                  DeclarationSwift static let veterinaryCare: PlaceType
- 
                  
                  DeclarationSwift static let zoo: PlaceType