aloisdeniel / aloisdeniel/flutter_geocoder

Github link not updated in local.dart in the package

オープン
#84 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Dart
スター
192
フォーク
182
PR マージ指標
30日以内にマージされた PR はありません

説明

github link currently points to github.com/aloisdeniel/geocoder
```

/// Geocoding and reverse geocoding through built-lin local platform services.
class LocalGeocoding implements Geocoding {
static const MethodChannel _channel = MethodChannel('github.com/aloisdeniel/geocoder');

Future> findAddressesFromCoordinates(Coordinates coordinates) async {
Iterable addresses = await _channel.invokeMethod('findAddressesFromCoordinates', coordinates.toMap());
return addresses.map((x) => Address.fromMap(x)).toList();
}
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

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

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