Hello I need help in displaying a list of addresses and the user’s current geographic location on map.
I have searched the forums and have not found a solution. Currently the limitation is that you can only show one type of marker on the Map. If I have some addresses in table, I can use the List, but I want to also show the Current user’s current geographic location - without having to create a new record in the table (and then deleting it later).
Here is my simple mapper application with addresses:
Is there anyway to use native Google API code and the Bubble.is map feature together?
Thanks
I managed to make it work. However, I need to display the map marker icon in different ways. I want to use a person icon for the current geographic position and another custom icon I have for all the other places.
Did you manage to differentiate the marker’s icon?
Any idea on how one could reset the map?
For example:
Let’s say I have the map showing the route between two points like this
How could I completely clear the map, including the route? If I use the clear markers workflow action, that will clear the markers but it will not clear the route
Do you know of a way to reset the map so the old route doesnt show? Reload the page is one option to clear the route but reloading the page takes my users back to square one and I don’t want that.
Hey There, that option has been missed in that last release. However I did schedule the work on it to begin this Friday. So hopefully very soon. Stay tuned for an update
That’s something we can’t add with just a drop-down because that feature is not built in the plugin as a property.
It’s possible to hide injecting JS but as you said you were going to push an update I tough would be useful to have this option in-built with the plugin.
I think I am on the right topic to ask my question.
I am working on the info window for my markers using kind of “dynamic” html. It works great, only issue I have is how to implement that at a large scale.
If I add a list of markers to my map, I can only select a text field from the map’s type (I don’t want to store html in my database, not even sure I can since it requires rich text)
If I use list shifter to iterate the add marker event, then I get what I need but it takes quite a long time (around 2 seconds for 4 items) so I can’t take that as a solution.
Having the below rich text editor in the Add markers list action would be amazing, so I would chose “this marker’s ID’s address…”
I am sorry your facing difficulties with this. I understand your frustration but unfortunately there is no easy solution to what you need; as there is not specific way to target a mixture of a database item and an open text field in a flexible method.
I strongly recommend you use the earlier solution you suggested in toring the html in the database. You can keep the HTML in sync by having a database backend trigger that will rewrite the html as soon as the underlying data changes.
Hi @AliFarahat! Do you know if there is an updated way to do this or is this still the best way to go about it? Here’s my mobile app for reference. Just want users to be able to zoom into their current location in order to see their saved places nearby. Thank you!