POICategoryID
public struct POICategoryID : Hashable
POI category ID.
-
Creates new instance of the
POICategoryID.Declaration
Swift
public init(standard: StandardCategoryID, mapSpecific: String? = nil)Parameters
standardID of category.
mapSpecificmap specific ID
-
The ID of the POI category.
Declaration
Swift
public let standard: StandardCategoryID -
The map specific identifier without any semantic information.
Declaration
Swift
public let mapSpecific: String?
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
POICategoryID