POIDetailsResponse
public struct POIDetailsResponse
Contains requested POI details inside the SearchResult structure
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates
POIDetailsResponsefor the requested POI identifier.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public init(result: SearchResult)Parameters
resultSearchResult object associated with the requested POI identifier
-
SearchResult object associated with the requested POI identifier
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let result: SearchResult
POIDetailsResponse Structure Reference