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.-
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
poiCategoriesList containing POI category details.
-
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]
POICategoryResponse Structure Reference