How to make GoogleMap pointer dragable?

0
Hi,  In my application, I am using Google Maps widget to show the location on map based on the address entered. Now I am getting the latitude and longitude values from the address with onchange microflow. It is working fine and it showing the pointer also in the map. But that pointer is non dragable pointer. Now what I need in my application is, when the user drags the pointer in the map, I want to get the longitude and latitude values of that pinned location. Based on that I need to populate address also. How can I approch this requirement? Can anyone please help me in this. I hope I am clear from my end. If not please let me know. Waiting for your valuable suggestions. Thanks, Venkat.
asked
2 answers
1

Hi Venkat,

 

Please take a look at the screenshots from my settings:

 

I hope that helps! 

answered
0

Hi Venkat,

 

We are using the following widget that has a dragable pointer: https://appstore.home.mendix.com/link/app/2404/ITvisors/GeolocationWidget

It would also be possible with the Google Maps widget but then you have to customize the Google Maps widget with additional JS code.

 

Kind regards,

Jeffrey

 

answered