ComponentsFilter class

Constructors

ComponentsFilter({String route = '', String locality = '', String administrativeArea = '', String postalCode = '', String country = ''})

Properties

administrativeArea String
matches all the levels of administrative area.
final
country String
matches a country name or a two letter ISO 3166-1 country code. Note: The API follows the ISO standard for defining countries, and the filtering works best when using the corresponding ISO code of the country.
final
hashCode int
The hash code for this object.
no setterinherited
locality String
matches against locality and sublocality types.
final
postalCode String
matches postal codes and postal code prefixes.
final
route String
matches long or short name of a route.
final
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() String
toString() String
A string representation of this object.
inherited

Operators

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