aloisdeniel / aloisdeniel/flutter_geocoder
GeoCoder giving two different addresslines in IOS and Android Platforms
Đang mở
- Ngôn ngữ chính
- Dart
- Star
- 192
- Fork
- 182
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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);
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.