GoogleMapsPlacesV1SearchTextRequest class
Request proto for SearchText.
Constructors
-
GoogleMapsPlacesV1SearchTextRequest({GoogleMapsPlacesV1SearchTextRequestEVOptions? evOptions, String? includedType, String? languageCode, GoogleMapsPlacesV1SearchTextRequestLocationBias? locationBias, GoogleMapsPlacesV1SearchTextRequestLocationRestriction? locationRestriction, int? maxResultCount, double? minRating, bool? openNow, int? pageSize, String? pageToken, List<
String> ? priceLevels, String? rankPreference, String? regionCode, bool? strictTypeFiltering, String? textQuery}) - GoogleMapsPlacesV1SearchTextRequest.fromJson(Map json_)
Properties
- evOptions ↔ GoogleMapsPlacesV1SearchTextRequestEVOptions?
-
Set the searchable EV options of a place search request.
getter/setter pair
- 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?
-
Deprecated: Use
page_size
instead.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
- pageSize ↔ int?
-
The maximum number of results per page that can be returned.
getter/setter pair
- pageToken ↔ String?
-
A page token, received from a previous TextSearch call.
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