I am making an application that allows a user to fill out a form. Which adds a point on the map. I would like the user to be able to click on the point right from the map, which would make show from the address search for the title, body, photo and architect information. Screenshots are attached below.
How would I be able to extract the address from the pin when I click it? I would like to pull data from the datbase and fill in the images, title, architect and body copy. How would I be able to do that. I am very stuck, any help would be appreciated.
I got the app to displays markers like on the screenshot using the built in option with the Google Map. But I would like the information to be shown in the white sidebar a marker is clicked.
I am trying to achieve the information displaying in the white sidebar when the marker is clicked, but there is simply no option that allows me to display Current Marker’s (Title, Image, Description, Architect) like there here
As you can see in this image, I have the option to pull information from the current marker and display it in an ugly popup. But I can’t make it display on the white sidebar. As you can see, there is no element action.
Have you watched the video ‘send data to a group’? it’s very much the same logic, except the event is ‘when a map marker is clicked’. Or you have the white area being a group, and the type of content being the same as the marker, and you define the data source as ‘google map’s currently selected marker’
Please let me know if you have resolved this issue.
(I saw in the attached link that it was resolved.)
Have you configured the settings beyond “Google map A’s marker is clicked”?
I apologize for the inconvenience and look forward to your response.
Thank you for commenting and sharing a good video. I have watched the video. I learned some good information.
But I would like to do something like when you click on a pin the information (text, image, etc.) is displayed.
In this video, there is not this information…