DefaultLandmarkCategory
Objective-C
enum DefaultLandmarkCategory : NSInteger {}
Swift
enum DefaultLandmarkCategory : Int, @unchecked Sendable
Constants indicating the default landmark categories. JSR 293 categories( plain landmark store ).
-
Base
Declaration
Objective-C
DefaultLandmarkCategoryBase = 0
Swift
case base = 0
-
Accommodation
Declaration
Objective-C
DefaultLandmarkCategoryAccommodation = DefaultLandmarkCategoryBase
Swift
static var accommodation: DefaultLandmarkCategory { get }
-
Business
Declaration
Objective-C
DefaultLandmarkCategoryBusiness
Swift
case business = 1
-
Communication
Declaration
Objective-C
DefaultLandmarkCategoryCommunication
Swift
case communication = 2
-
Education institute
Declaration
Objective-C
DefaultLandmarkCategoryEducationalInstitute
Swift
case educationalInstitute = 3
-
Entertainment
Declaration
Objective-C
DefaultLandmarkCategoryEntertainment
Swift
case entertainment = 4
-
Food & Beverage
Declaration
Objective-C
DefaultLandmarkCategoryFoodAndBeverage
Swift
case foodAndBeverage = 5
-
Geographical area
Declaration
Objective-C
DefaultLandmarkCategoryGeographicalArea
Swift
case geographicalArea = 6
-
Outdoor activities
Declaration
Objective-C
DefaultLandmarkCategoryOutdoorActivities
Swift
case outdoorActivities = 7
-
People
Declaration
Objective-C
DefaultLandmarkCategoryPeople
Swift
case people = 8
-
Public service
Declaration
Objective-C
DefaultLandmarkCategoryPublicService
Swift
case publicService = 9
-
Religious places
Declaration
Objective-C
DefaultLandmarkCategoryReligiousPlaces
Swift
case religiousPlaces = 10
-
Shopping
Declaration
Objective-C
DefaultLandmarkCategoryShopping
Swift
case shopping = 11
-
Sightseeing
Declaration
Objective-C
DefaultLandmarkCategorySightseeing
Swift
case sightseeing = 12
-
Sports
Declaration
Objective-C
DefaultLandmarkCategorySports
Swift
case sports = 13
-
Transport
Declaration
Objective-C
DefaultLandmarkCategoryTransport
Swift
case transport = 14
-
Last
Declaration
Objective-C
DefaultLandmarkCategoryLast = DefaultLandmarkCategoryTransport
Swift
static var last: DefaultLandmarkCategory { get }