GeocodingService class
A service class that provides geocoding functionality, such as converting addresses into coordinates and vice versa.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAddressFromLatLng(
double lat, double lng) → Future< Map< String, String?> > - Converts geographic coordinates (latitude and longitude) into a human-readable address.
-
getCoordinates(
String address) → Future< MyLatLng> - Converts a given address into geographic coordinates (latitude and longitude).
-
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