Hi Alex - me again! I wanted to check if you have any ETA on the âChange Icon for Clicked Markerâ event (no pressure )
And then secondly, I would love a state to know which Marker IDs are in the viewport of the map. I would like to build something like an âAirbnb-styleâ map and then filter based on what the users sees. I know that the Zeroqode plugin has that state, but I just like your Plugin better
I did start this and made a good bit of progress, but thereâs quite a few edge cases that I need to make sure the action works with. I canât guarantee a specific ETA, but hopefully Iâll get it out sometime over the next 1-2 months.
You can figure out which markers are visible on the map (and get their associated marker IDs) by using the 4 exposed states outlined in the below post:
You basically need to do a search for all locations where the lng/lats fall within the bounds given by these custom states. Let me know if that makes sense or if I can clarify further
It might be interesting for others to know how I implemented this. There is some complexity due to the crossing of international date lines. See below screenshots with the scenario where the Map bounds are crossing datelines (with the advanced filter), and where it doesnât cross datelines.
âRemove Single Markerâ action - November-24 update
Just released a new version of the Beautiful Maps - Mapbox plugin that lets you remove a single marker from the map:
You can do this via the new âRemove Single Markerâ action.
Hi, thank you @alexcooney5 for this plugin
I am facing an issue with the directions functionality. I need the starting point (A) to remain fixed on the userâs location on the map, while allowing the user to control the endpoint (B) and set it on the marker of their choice. Is it possible to make this feature work as described
Thank you so much for your response and for your great work on this plugin! I truly appreciate your engagement and efforts.
I sincerely hope you can consider adding this functionality in the future as it would be a fantastic upgrade to the map and take it to the next level. I was planning to use this plugin for a large project since it has all the features I need. Unfortunately, due to the current limitation with dynamic marker interaction, Iâm unable to proceed with it.
It would mean a lot if you could add this feature, as it would make a huge difference for projects like mine. Thank you once again for your amazing work, and Iâm hopeful youâll be able to implement this in the future!
Thank you for the feedback @franaccess.ksa - I appreciate it would be a useful feature for your project.
Iâve made a note of your request and will let you know if I decide to add it to the plugin.
PS - you can also keep up to date with our plugin product releases by signing up for our monthly newsletter. Itâs where we announce all product releases/updates
Iâve successfully used the Mapbox plugin, and it works perfectly. However, when I wrap the app using Natively BDK, the map fails to load. Can you help me find a solution?
Quite a few people who use this plugin have successfully used it in wrapped apps, so Iâm surprised youâre having issues with it (if it is indeed my plugin )