SearchResponse
An object that contains the search region and an array of place descriptions that a search returns.
Declaration
object SearchResponseProperties
| Name | Type | Description |
|---|---|---|
displayMapRegion | SearchMapRegion | Represents a rectangular region on a map expressed as south-west and north-east points. More specifically south latitude, west longitude, north latitude and east longitude. |
paginationInfo | SearchResponse.PaginationInfo | |
results | [SearchResponse.Place] | An array of SearchResponse.Place results. |