how to integrate google map api in mendix.

0
hey I want to integrate google map api in mendix, my requirement is to select current location of the user and fullfill the address box based on the selected location like if I select mumbai which is my current location then automatically city, pincode(optional), country will be select from map. I have gcp account and google map api key please suggest me how I can I do it.
asked
2 answers
0

If you mean that the user selects the location in the application and this needs to be displayed on the map have a look at the geocoding done in this module: https://appstore.home.mendix.com/link/app/29470/Freelance/Function-library-for-geolocation

Or if it’s a mobile app use this: https://appstore.home.mendix.com/link/app/2404/ITvisors/GeolocationWidget

The with the maps widget displaying the location is easy and described in the documentation of the widget

answered
0

you can use java script action called (GetCurrentLocation) exist into NanoflowCommons module

answered