aloisdeniel / aloisdeniel/flutter_geocoder

GeoCoder giving two different addresslines in IOS and Android Platforms

オープン
#71 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。