PoiCategoryResponse

public struct PoiCategoryResponse

Structure containing POI category response.

Important

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

Lifecycle

  • PoiCategoryResponse init method.

    Important

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

    Declaration

    Swift

    public init(poiCategories: [PoiCategory])

    Parameters

    poiCategories

    List containing POI category details.

Public

  • List containing POI category details.

    Important

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

    Declaration

    Swift

    public let poiCategories: [PoiCategory]