New geolocation Widget

6
I created a new widget to do geolocation. Submitted to the appstore, not available yet, GitHub repo: https://github.com/mgroeneweg/mendix-GeoLocationWidget It uses the Google JavaScript library to do reverse geocoding (get the address for a location) if desired. This allows Google to take WiFi accesspoints into account. It is also possible to drag the marker, reverse geocoding will be done again. Mendix 5.21.0 and Decimal only! Have fun!
asked
2 answers
4

I added a pull request to your repository, so you don't need to include the Google Maps Module as a dependency. The API key should work as well now

answered
0

The widget is now available in the App Store: GeolocationWidget

answered