Seeking Guidance on Dynamically Dropping Google Maps Pins

0
Hello Mendix Community,   I'm currently working on a feature that allows users to dynamically drop Google Maps pins within a Mendix application. However, the process is not entirely clear to me. Is there support in Mendix for capturing mouse gestures to obtain the name of the location a user selects? Additionally, I am looking for guidance on how to save the latitude and longitude of the user's pin selection.   Any insights, examples, or recommendations on achieving this functionality in Mendix would be greatly appreciated. Thank you in advance.
asked
1 answers
0

My Google Maps Custom Marker widget available in the Marketplace can do this. Also has decent documentation. It has settings for dropping markers, dragging markers and reverse geocoding (getting address from latitude/longitude).

 

Be sure to check it, good luck!

answered