SearchResultsViewModel

public class SearchResultsViewModel

Defines appearance and behavior of the SearchResultsView instance-

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Creates an instance of the SearchResultsViewConfiguration using a custom theme and data source.

    Declaration

    Swift

    public init(theme: SearchingThemeProtocol?, results: [SearchResult], distanceUnits: UnitsSystem)