Flask-GoogleMaps
Flask-GoogleMaps copied to clipboard
Can we get the lat/long from user click?
I am trying to record the lat/long data from user click. JS can do it with something like: google.maps.event.addListener(map, 'click', function(event) {placeMarker(map, event.latLng, marker);});
How can i pass the this "event.latLng" to the flask? Can we add this api to flask_googlemaps?
I can work on it.
Hello, Is there any progress on that? It would be very helpful indeed. Cheers