aloisdeniel / aloisdeniel/flutter_geocoder
Github link not updated in local.dart in the package
オープン
- 主要言語
- 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 はまだ評価されていません。