GeometrySearchResponse

data class GeometrySearchResponse(val summary: SearchRequestSummary, val results: List<SearchResult>)

Response from the Geometry Search API.

Parameters

summary

The summary of the request to the Geometry Search API.

results

The data returned from the Geometry Search API.

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

Constructors

Link copied to clipboard
fun GeometrySearchResponse(summary: SearchRequestSummary, results: List<SearchResult>)

Properties

Link copied to clipboard
val results: List<SearchResult>
Link copied to clipboard
val summary: SearchRequestSummary