POIDetailsResponse

public struct POIDetailsResponse

Contains requested POI details in a form of extended SearchResult

Important

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

Lifecycle

  • Creates POIDetailsResponse for the requested POI identifier.

    Declaration

    Swift

    public init(result: SearchResult)

    Parameters

    result

    SearchResult object associated with the requested POI identifier

Public

  • SearchResult object associated with the requested POI identifier

    Declaration

    Swift

    public let result: SearchResult