GoogleGeocoding class

Geocoding and reverse geocoding through requests to Google APIs.

Implemented types

Constructors

GoogleGeocoding(String apiKey, {String? language})

Properties

apiKey String
final
hashCode int
The hash code for this object.
no setterinherited
language String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findAddressesFromCoordinates(Coordinates coordinates) Future<List<Address>>
Search for an address using the given coordinates. coordinates is the coordinates to search for. example: Coordinates(40.714224, -73.961452)
override
findAddressesFromQuery(String address) Future<List<Address>>
search address using the given address. address is the address to search for. example: "1600 Amphitheatre Parkway, Mountain View, CA"
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