Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tap on Marker on Layer? #540

Open
attex opened this issue May 9, 2024 · 0 comments
Open

Tap on Marker on Layer? #540

attex opened this issue May 9, 2024 · 0 comments

Comments

@attex
Copy link

attex commented May 9, 2024

Hey there,

I created a custom dataset using the Mapbox studio, converted it into a tileset, and added an additional layer to a custom style in my map.

MapWidget(
        mapOptions: MapOptions(
          pixelRatio: 1,
          orientation: NorthOrientation.UPWARDS,
        ),
        styleUri: 'mapbox://styles/xyz/xxxxxxxxxx',
      )

My Code just looks like this. Is there a way to get data from the markers I click inside a flutter app?
Currently, I cannot click any markers inside my Android Flutter App.

Thank!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant