utils/platform/core_geocoding_stub library

Classes

Location
Stub Location for web.
Placemark
Stub Placemark for web where geocoding is unavailable.

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.