POICategoryID
public struct POICategoryID : Hashable
POI category ID.
-
Creates a new instance of the
POICategoryID.Declaration
Swift
public init(standard: StandardCategoryID, mapSpecific: String? = nil)Parameters
standardID of a TomTom standard category.
mapSpecificmap-specific ID.
-
The map-specific identifier without any semantic information. Useful for offline search.
Declaration
Swift
public var mapSpecific: String? { get } -
The ID of the POI category. This is identical to
standardIDexcept it will returnStandardCategoryID.nonstandardfornil.Declaration
Swift
public var standard: StandardCategoryID { get }
TomTom SDK for iOS (0.46.0)
POICategoryID