Place

enum Place : Equatable, Hashable, CaseIterable

The STLocationRequestController.Place

  • Colosseum Rom

    Declaration

    Swift

    case romeColosseum
  • Piazza Di Trevi

    Declaration

    Swift

    case piazzaDiTrevi
  • London Big Ben

    Declaration

    Swift

    case londonBigBen
  • London Eye

    Declaration

    Swift

    case londonEye
  • 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 }