StructuredQueryAddressElements class
Defines query address elements which will be used to build address hierarchy during searches.
It is advised to provide at least one intermediate address element when a large address element is provided for small admin area searches. For example if a user is building a query for a street and providing only country as an address element, consider providing city along with it.
Constructors
Properties
- city ↔ String?
-
An optional field of city name, which will be used to get the results only from the given city.
getter/setter pair
- country ↔ String?
-
An optional field of country name or code, which will be used to get the results only from the given country.
getter/setter pair
- district ↔ String?
-
An optional field of district, which will be used to get the results only from the given district.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- postalCode ↔ String?
-
An optional field of postal code, which will be used to get the results only within the given postal code.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.