POICategoryID
public struct POICategoryID : HashablePOI category ID.
- 
                  
                  Creates a new instance of the POICategoryID.DeclarationSwift @available(*, deprecated, message: " This API is deprecated and will be removed with the next major release.\n Please use ``POICategoryID(standardID:, mapSpecificID:﹚`` or ``POICategoryID(standardID:﹚`` instead.") public init(standard: StandardCategoryID, mapSpecific: String? = nil)ParametersstandardID of a TomTom standard category. mapSpecificmap-specific ID. 
- 
                  
                  Creates a new instance of the POICategoryIDwith bothstandardIDandmapSpecificIDspecified.DeclarationSwift public init(standardID: StandardCategoryID, mapSpecificID: String)ParametersstandardIDID of a TomTom standard category. mapSpecificIDmap-specific ID. 
- 
                  
                  Creates a new instance of the POICategoryIDwithstandardIDspecified.DeclarationSwift public init(standardID: StandardCategoryID)ParametersstandardIDID of a TomTom standard category. 
- 
                  
                  Creates a new instance of the POICategoryIDwithmapSpecificIDspecified. OptionalstandardIDproperty will returnnil, and the non-optionalstandardproperty will returnStandardCategoryID.nonstandard.DeclarationSwift public init(mapSpecificID: String)ParametersmapSpecificIDmap-specific ID. 
- 
                  
                  The map-specific identifier without any semantic information. This is an alias to mapSpecific. Useful for offline search.DeclarationSwift public let mapSpecificID: String?
- 
                  
                  The ID of a TomTom standard category. This is an alias to standardand returns nil fornonstandardcase.DeclarationSwift public let standardID: StandardCategoryID?
- 
                  
                  The map-specific identifier without any semantic information. Useful for offline search. DeclarationSwift @available(*, deprecated, message: " This API is deprecated and will be removed with the next major release.\n Please use POICategoryID.mapSpecificID instead.") public var mapSpecific: String? { get }
- 
                  
                  The ID of the POI category. This is identical to standardIDexcept it will returnStandardCategoryID.nonstandardfornil.DeclarationSwift @available(*, deprecated, message: "This API is deprecated and will be removed with the next major release.") public var standard: StandardCategoryID { get }
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         POICategoryID
          POICategoryID