Thank you Alex, works great now! iPhone used to be a lot more hard to tap but now it works as well as Android which is great.
Thank you again for your support
Fran
Thank you Alex, works great now! iPhone used to be a lot more hard to tap but now it works as well as Android which is great.
Thank you again for your support
Fran
Hello! Is it possible to create a map pin based on the last clicked lat and lng? I tried creating a pin as shown in the below image:
but, it is showing as empty in the database as shown in this image:
I want the user to be able to click on the map and create/drop a pin.
Thank you!
Hi @ronnie, Iâm afraid this isnât currently possible. You would need a âWhen MapboxMap is clickedâ event, which the plugin does not support.
It may be something I add in the future, but canât commit to any timelines as Iâve quite a busy product roadmap right now. Sorry about that and if youâve any other questions let me know.
@alexcooney5 can I highlights pin on your map when hovering over a repeating group e.g. just like airbnb has with their properties on the left and then it moves the map on the right depedning on that pin.
Hi @adig, sorry for the late reply.
You can implement a version of this. In our Store Locator demo app, you can click on a cell in a repeating group and then âFlyâ to that location (using the âFly to Locationâ action).
There are two changes that might be useful for your setup:
Hope that helps and let me know if youâve any other questions.
Alex
Thanks a lot. So I think what youâre saying is that I have to replace on click with hover and remove the zoom in, which is exactly what I want. I donât want to zoom on hover