GoogleGeocoding class
Geocoding and reverse geocoding through requests to Google APIs.
- Implemented types
Constructors
- GoogleGeocoding(String apiKey, {String? language})
Properties
Methods
-
findAddressesFromCoordinates(
Coordinates coordinates) → Future< List< Address> > -
Search corresponding addresses from given
coordinates
.override -
findAddressesFromQuery(
String address) → Future< List< Address> > -
Search for addresses that matches que given
address
query.override -
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.
inherited