PointOfInterestType

public enum PointOfInterestType : Int, Decodable, Sendable
extension PointOfInterestType: ShortStringConvertible
  • Declaration

    Swift

    case category = 1
  • Declaration

    Swift

    case picture
  • Declaration

    Swift

    case video
  • Declaration

    Swift

    public var shortDescription: String { get }