GoogleMapsPlacesV1SearchTextRequest class

Request proto for SearchText.

Constructors

GoogleMapsPlacesV1SearchTextRequest({String? includedType, String? languageCode, GoogleMapsPlacesV1SearchTextRequestLocationBias? locationBias, GoogleMapsPlacesV1SearchTextRequestLocationRestriction? locationRestriction, int? maxResultCount, double? minRating, bool? openNow, List<String>? priceLevels, String? rankPreference, String? regionCode, bool? strictTypeFiltering, String? textQuery})
GoogleMapsPlacesV1SearchTextRequest.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
includedType String?
The requested place type.
getter/setter pair
languageCode String?
Place details will be displayed with the preferred language if available.
getter/setter pair
locationBias GoogleMapsPlacesV1SearchTextRequestLocationBias?
The region to search.
getter/setter pair
locationRestriction GoogleMapsPlacesV1SearchTextRequestLocationRestriction?
The region to search.
getter/setter pair
maxResultCount int?
Maximum number of results to return.
getter/setter pair
minRating double?
Filter out results whose average user rating is strictly less than this limit.
getter/setter pair
openNow bool?
Used to restrict the search to places that are currently open.
getter/setter pair
priceLevels List<String>?
Used to restrict the search to places that are marked as certain price levels.
getter/setter pair
rankPreference String?
How results will be ranked in the response. Possible string values are:
getter/setter pair
regionCode String?
The Unicode country/region code (CLDR) of the location where the request is coming from.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strictTypeFiltering bool?
Used to set strict type filtering for included_type.
getter/setter pair
textQuery String?
The text query for textual search.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited