utils/platform/core_geocoding library
Classes
Functions
-
locationFromAddress(
String address, {String? localeIdentifier}) → Future< List< Location> > - Returns empty list on web — geocoding not available.
-
placemarkFromCoordinates(
double latitude, double longitude, {String? localeIdentifier}) → Future< List< Placemark> > - Returns empty list on web — geocoding not available.