PCPOIFood
public enum PCPOIFood : String, Codable, Equatable, CaseIterable
Undocumented
-
Undocumented
Declaration
Swift
case bakery = "bakery" -
Undocumented
Declaration
Swift
case bistro = "bistro" -
Undocumented
Declaration
Swift
case cafe = "cafe" -
Undocumented
Declaration
Swift
case restaurant = "restaurant" -
Undocumented
Declaration
Swift
case takeaway = "takeaway"
View on GitHub
PCPOIFood Enumeration Reference