Hi there,

I've just stuck it online quickly and it is availalbe at 
http://test-psi-alpha.appspot.com/

you'll see that the markers don't work well and the values don't get sent to 
the text boxes. The only code I've added isL


      function displayInfo(widget) {
        document.datelocation.lat.value = widget.get('position').lat();
        document.datelocation.lon.value = widget.get('position').lng();
        document.datelocation.dist.value = widget.get('distance');
        var info = document.getElementById('info');
        info.innerHTML = 'Position: ' + widget.get('position') + ', 
distance: ' +
          widget.get('distance') + ' km '+'walking time: ' ;

      }

Cheers,
A

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to