Skip to content

Class Placemark not defined #6

@mvanbeusekom

Description

@mvanbeusekom

🐛 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

  1. Add a dependency to the geocoding: ^1.0.2 package in your Flutter app;
  2. Import the geocoding package in your code: import 'package:geocoding/geocoding.dart';;
  3. Make a call in your code to one of the geocoding methods: final placemark = await placemarkFromCoordinates(52.2165157, 6.9437819);
  4. Try to compile.

Configuration

Version: 1.0.2

Platform:

  • 📱 iOS
  • 🤖 Android

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions