Select country by clicking on map

0
Hi, I want to select country by clicking on world map. Can any one tell me how can I achieve this?
asked
3 answers
3

Hi, You exactly have the right widget for it:
Check jvectror map: https://appstore.home.mendix.com/link/app/105038/

 

Best Regards

answered
2

This can be done by creating or modifying the existing Google Maps widgets available. The Google Maps API supports event listeners on country level. If you are able to configure that, you can attach it to, for instance, a microflow call.

 

https://stackoverflow.com/questions/36866239/clickable-countries-using-google-maps-api

answered
0

This widget I created based on the Google API can do the trick for you:

https://appstore.home.mendix.com/link/app/3156/

answered