POICategoryID
public struct POICategoryID : Hashable
POI category ID.
Important
This is a Public Preview API. It may be changed or removed at any time.-
PoiCategoryId init method.
Declaration
Swift
public init(standard: StandardCategoryID, mapSpecific: String? = nil)Parameters
standardID of category.
mapSpecificmap specific ID
-
ID of category.
Declaration
Swift
public let standard: StandardCategoryID -
The map specific identifier without any semantic information.
Declaration
Swift
public let mapSpecific: String?
POICategoryID Structure Reference