aloisdeniel / aloisdeniel/flutter_geocoder
GeoCoder giving two different addresslines in IOS and Android Platforms
Open
- Dominant language
- Dart
- Stars
- 192
- Forks
- 182
- PR merge metrics
- No merged PRs in 30d
Description
while i'm trying geocoder same code in different platforms (IOS and Android), returning two diferent addresslines for the same co-ordinates
Flutter (Channel stable, 2.0.4, on Mac OS X 10.15.6 19G2021 darwin-x64, locale en-IN)
my code
final coordinates = geocoder.Coordinates(
79.766703732386, 17.79392640108037);
var addresses = await geocoder.Geocoder.local
.findAddressesFromCoordinates(coordinates);
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.