> var responseJSON; > var url = 'http://maps.google.com/maps/api/directions/json? > origin=49.80715,9.925232&destination=50.357027,7.607117&sensor=false'; > responseJSON = eval(url);
your 'url' variable is just a string. Why don't you use the documented methods? http://code.google.com/apis/maps/documentation/javascript/services.html#Directions -- 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.
