Place
enum Place : Equatable, Hashable, CaseIterable
The STLocationRequestController.Place
-
New York Statue of Liberty
Declaration
Swift
case newYorkStatueOfLiberty
-
New York Manhatten
Declaration
Swift
case newYork
-
San Francisco Golden Gate Bridge
Declaration
Swift
case sanFranciscoGoldenGateBridge
-
New York Central Park
Declaration
Swift
case centralParkNY
-
Google Plex
Declaration
Swift
case googlePlex
-
Miami Beach
Declaration
Swift
case miamiBeach
-
Laguna Beach
Declaration
Swift
case lagunaBeach
-
Griffith Observatory
Declaration
Swift
case griffithObservatory
-
Luxor Resort Las Vegas
Declaration
Swift
case luxorResortLasVegas
-
Apple Headquarter
Declaration
Swift
case appleHeadquarter
-
Apple Park
Declaration
Swift
case applePark
-
Berlin Brandenbuger Gate
Declaration
Swift
case berlinBrandenburgerGate
-
Hamburg Townhall
Declaration
Swift
case hamburgTownHall
-
Cologne Cathedral
Declaration
Swift
case cologneCathedral
-
Munic Church
Declaration
Swift
case munichCurch
-
Neuschwanstein Castle
Declaration
Swift
case neuschwansteinCastle
-
Hamburg Elb-Philharmonic
Declaration
Swift
case hamburgElbPhilharmonic
-
Muenster Castle
Declaration
Swift
case muensterCastle
-
Colosseum Rom
Declaration
Swift
case romeColosseum
-
Piazza Di Trevi
Declaration
Swift
case piazzaDiTrevi
-
Sagrade Familia Spain
Declaration
Swift
case sagradaFamiliaSpain
-
London Big Ben
Declaration
Swift
case londonBigBen
-
London Eye
Declaration
Swift
case londonEye
-
Opera House Sydney
Declaration
Swift
case sydneyOperaHouse
-
Paris Eiffel Tower
Declaration
Swift
case parisEiffelTower
-
Custom Places
Declaration
Swift
case customPlaces
-
Associated type RawValue as .init
Declaration
Swift
public typealias RawValue = CLLocationCoordinate2D
-
RawRepresentable initializer. Which always returns nil
Declaration
Swift
public init?(rawValue: RawValue)
Parameters
rawValue
The rawValue
-
The enumeration name as String
Declaration
Swift
public var rawValue: RawValue { get }