Open
Description
Hi!
I switched from geocoder to geocoder2 since geocoder didn't work anymore.
One of my previous tests that geocoded a point in the Indian Ocean now started to fail.
This worked better with geocoder then geocoder2 :-)
I can remove that test but I am just curious about if in general geocoder2 is worse than geocoder when it comes to such areas?
For this test below geocoder2 gives ...
formattedAddress: 6HH73GX2+X2
placeId: GhIJmZmZmZmZ8T8RAAAAAADARkA
... which to me is a bit cryptic.
// From coordinates
String? address = await geo.getAddress(LatLng(1.10, 45.50));
expect(address, 'Indian Ocean');
Metadata
Metadata
Assignees
Labels
No labels