PoiCategory

public struct PoiCategory

Class containing POI category details.

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • id

    Unique ID for the category.

    Declaration

    Swift

    public let id: PoiCategoryId
  • Name of the category.

    Declaration

    Swift

    public let name: String
  • The parents of the category.

    Declaration

    Swift

    public let parents: [PoiCategoryId]
  • The children of the category.

    Declaration

    Swift

    public let children: [PoiCategoryId]
  • List of alternative names for the category.

    Declaration

    Swift

    public let synonyms: [String]