Search for places, locations, and areas using Google Places API. Returns a list of matching places that can be used to search for hotels within specific boundaries.
Provide a textQuery (e.g., “Manhattan”) and optionally specify type to filter results. Returns matching places with Place IDs you can use in hotel searches.
Search query. e.g. 'Manhattan'
Restricts the results to places matching the specified type(s). You can specify a single type (e.g., 'hotel') or multiple types as a comma-separated list (e.g., 'locality,airport,hotel'). Common types include: 'locality' (cities), 'airport', 'hotel', 'lodging', 'establishment', 'point_of_interest'. When multiple types are provided, results from all types are merged and ordered by relevance.
The language code, indicating in which language the results should be returned. e.g. 'en'
The IP address of the client making the request.
OK