ChecklistFlags
struct ChecklistFlags : Codable, Equatable
                Tracks place types to show on map
- 
                  
                  
number types that are mappable
Declaration
Swift
static let mappableCount: Int - 
                  
                  
Whether to show beaches
Declaration
Swift
var beaches: Bool - 
                  
                  
Whether to show divesites
Declaration
Swift
var divesites: Bool - 
                  
                  
Whether to show golfcourses
Declaration
Swift
var golfcourses: Bool - 
                  
                  
Whether to show hotels
Declaration
Swift
var hotels: Bool - 
                  
                  
Whether to show locations
Declaration
Swift
var locations: Bool - 
                  
                  
Whether to show restaurants
Declaration
Swift
var restaurants: Bool - 
                  
                  
Whether to show uncountries
Declaration
Swift
var uncountries: Bool - 
                  
                  
Whether to show whss
Declaration
Swift
var whss: Bool - 
                  
                  
Default constructor
Declaration
Swift
init(flagged: Bool = true)Parameters
flaggedDefault on or off
 - 
                  
                  
Whether a particular list type is shown
Declaration
Swift
func display(list: Checklist) -> BoolParameters
listThe list type
Return Value
Whether shown
 
            View on GitHub
          
      ChecklistFlags Structure Reference