CategoryId

public struct CategoryId : Codable

POI category.

Important

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

Lifecycle

  • CategoryId init method.

    Declaration

    Swift

    public init(id: Int)

    Parameters

    id

    Id of category.

Public

  • id

    ID of category.

    Declaration

    Swift

    public let id: Int