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
idId of category.
-
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