📍 New Plugin: Beautiful Maps - Mapbox

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:

  • Set the ‘Zoom’ level on the ‘Fly to Location’ action equal to the Zoom level of the map
  • Trigger the workflow when the repeating group cell is hovered rather than clicked

Hope that helps and let me know if you’ve any other questions.

Alex

1 Like

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

1 Like

Nearly!

You will need to set the zoom level to be ‘Mapbox Map’s Zoom Level’. This way the ‘zoom’ of the Fly effect will always be equal to that of the map (so you basically don’t notice any difference).