-
-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Milestone
Description
🐛 Bug Report
The Placemark
class is not available when only importing the geocoding/geocoding.dart
package. Currently you'll need to also import the geocoding_platform_interface/geocoding_platform_interface.dart
package.
Expected behavior
The Placemark
class should be available through the geocoding/geocoding.dart
package.
Reproduction steps
- Add a dependency to the
geocoding: ^1.0.2
package in your Flutter app; - Import the geocoding package in your code:
import 'package:geocoding/geocoding.dart';
; - Make a call in your code to one of the geocoding methods:
final placemark = await placemarkFromCoordinates(52.2165157, 6.9437819);
- Try to compile.
Configuration
Version: 1.0.2
Platform:
- 📱 iOS
- 🤖 Android
RyanRamchandar and Puspharaj
Metadata
Metadata
Assignees
Labels
No labels