POICategoryID
public struct POICategoryID : Hashable
POI category ID.
-
Creates new instance of the
POICategoryID
.Declaration
Swift
public init(standard: StandardCategoryID, mapSpecific: String? = nil)
Parameters
standard
ID of category.
mapSpecific
map 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?