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 还没有评估数据。