aloisdeniel / aloisdeniel/flutter_geocoder
GeoCoder giving two different addresslines in IOS and Android Platforms
未關閉
- 主要語言
- Dart
- 星號
- 192
- 分支
- 182
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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);
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。