SearchSummary
data class SearchSummary(val query: String = "", val geoBias: GeoPoint? = null, val queryTime: Duration? = null)
Deprecated
This will be removed from future releases after 2025-12-16.
Replace with
SearchOptions.geoBias, SearchOptions.query
Content copied to clipboard
The summary of a Search API call.