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.

Lifecycle

  • Creates POIDetailsResponse for 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

    result

    SearchResult object associated with the requested POI identifier

Public

  • 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