aloisdeniel / aloisdeniel/flutter_geocoder

Github link not updated in local.dart in the package

Đang mở
#84 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Dart
Star
192
Fork
182
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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();
}
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.