You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a Flutter project using the latest version of mapbox_gl for Flutter. My goal is to display custom markers that include user profile pictures. I would like to use a URL pointing to the user's profile picture as the marker icon. In previous versions, I was able to achieve this using the addImage method and setting a GeoJSON source with custom icons.
However, with the recent updates, my current implementation doesn’t seem to work properly. Specifically, I’m facing issues with:
Displaying profile pictures as custom markers using URLs.
Adding text (like usernames) alongside the marker.
Managing marker interactivity (taps/clicks) in the latest version.
I would appreciate guidance on:
The recommended approach for setting up custom markers with images in the current version.
How to dynamically update marker content if profile pictures or associated data change.
Any working examples or updated documentation that cover custom marker functionality with the latest mapbox_gl version in Flutter.
The text was updated successfully, but these errors were encountered:
Hi Mapbox Team,
I am currently working on a Flutter project using the latest version of mapbox_gl for Flutter. My goal is to display custom markers that include user profile pictures. I would like to use a URL pointing to the user's profile picture as the marker icon. In previous versions, I was able to achieve this using the addImage method and setting a GeoJSON source with custom icons.
However, with the recent updates, my current implementation doesn’t seem to work properly. Specifically, I’m facing issues with:
Displaying profile pictures as custom markers using URLs.
Adding text (like usernames) alongside the marker.
Managing marker interactivity (taps/clicks) in the latest version.
I would appreciate guidance on:
The recommended approach for setting up custom markers with images in the current version.
How to dynamically update marker content if profile pictures or associated data change.
Any working examples or updated documentation that cover custom marker functionality with the latest mapbox_gl version in Flutter.
The text was updated successfully, but these errors were encountered: