Guest User

Link to GoogleMap

a guest
Apr 21st, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. google.maps.event.addListener(map, "click", function() {
  2.     window.open("http://maps.google.com/maps?ll=" + info.latitude + "," + info.longitude + "&z=" + info.mapOptions.zoom + "&q=to+location@" + info.latitude + "," + info.longitude);
  3. });
Add Comment
Please, Sign In to add comment