Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all articles
Browse latest Browse all 17529

Detect Google Map selection and do calculations with input - by: tpartner

$
0
0
Try something like this:
<script type="text/javascript" charset="utf-8">	
	$(document).ready(function(){
 
		window.setTimeout(function() { // A little time for the map to initialize
 
			var mapSGQA = {SGQ};
 
			// Define the map and marker
			var currentMap = gmaps[''+mapSGQA+'_c'];
			var currentMarker = gmaps['marker__'+mapSGQA+'_c'];
 
			// Listener on the map "click" event
			google.maps.event.addListener(currentMap, 'click', function() {
				alert(currentMarker.getPosition());
			});
 
		}, 1000);
 
 
	});
</script>

developers.google.com/maps/documentation...vents#EventListeners

Viewing all articles
Browse latest Browse all 17529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>