SearchGoogleLocationsRequest class
Request message for GoogleLocations.SearchGoogleLocations.
Constructors
- SearchGoogleLocationsRequest({Location? location, int? pageSize, String? query})
- SearchGoogleLocationsRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ Location?
-
Location to search for.
getter/setter pair
- pageSize ↔ int?
-
The number of matches to return.
getter/setter pair
- query ↔ String?
-
Text query to search for.
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