GoogleMapsPlacesV1SearchNearbyRequest class
Request proto for Search Nearby.
Constructors
-
GoogleMapsPlacesV1SearchNearbyRequest({List<
String> ? excludedPrimaryTypes, List<String> ? excludedTypes, List<String> ? includedPrimaryTypes, List<String> ? includedTypes, String? languageCode, GoogleMapsPlacesV1SearchNearbyRequestLocationRestriction? locationRestriction, int? maxResultCount, String? rankPreference, String? regionCode}) - GoogleMapsPlacesV1SearchNearbyRequest.fromJson(Map json_)
Properties
-
excludedPrimaryTypes
↔ List<
String> ? -
Excluded primary Place type (e.g. "restaurant" or "gas_station") from
https://developers.google.com/maps/documentation/places/web-service/place-types.
getter/setter pair
-
excludedTypes
↔ List<
String> ? -
Excluded Place type (eg, "restaurant" or "gas_station") from
https://developers.google.com/maps/documentation/places/web-service/place-types.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includedPrimaryTypes
↔ List<
String> ? -
Included primary Place type (e.g. "restaurant" or "gas_station") from
https://developers.google.com/maps/documentation/places/web-service/place-types.
getter/setter pair
-
includedTypes
↔ List<
String> ? -
Included Place type (eg, "restaurant" or "gas_station") from
https://developers.google.com/maps/documentation/places/web-service/place-types.
getter/setter pair
- languageCode ↔ String?
-
Place details will be displayed with the preferred language if available.
getter/setter pair
- locationRestriction ↔ GoogleMapsPlacesV1SearchNearbyRequestLocationRestriction?
-
The region to search.
getter/setter pair
- maxResultCount ↔ int?
-
Maximum number of results to return.
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
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