Look up for a list of places and areas, given a search query. Places can be used to search for hotels within a location and restrict the list to results within the boundaries of a selected place.
Multiple Types: You can specify multiple place types by providing a comma-separated list (e.g., 'locality,airport,hotel'). When multiple types are provided, the API makes parallel requests for each type and merges the results while preserving Google's relevance ordering. Results are interleaved using a round-robin approach to maintain relevance across all types.
Default Filtering: By default, when no type is specified, the API automatically excludes establishments and points_of_interest to improve relevance. These types are only returned if explicitly requested in the type parameter.
Pagination: The Google Places Autocomplete API returns a limited set of results (typically 5) per request and does not support pagination. This is a limitation of the underlying Google Places API service.