On Sep 1, 11:10 am, Stewart <[email protected]> wrote: > If anyone is interested, I've taken the javascript serialisation > question over to > here:http://stackoverflow.com/questions/3608545/how-to-serialize-deseriali... >
I tried it out using the answers given at stackoverflow, here's a demo page: http://www.william-map.com/20100901/1/serial.htm a problem for Version 3.2 of the Maps API is the minified property "Ch" which represents the directions request. This property isn't present in Version 3.1 or 3.0. I think it should be given a documented name like "request". directions response = { "Ch":{"origin":"chicago, il","destination":"los angeles, ca","travelMode":"DRIVING"}, "routes": {...}, "status": "OK" } ... -- 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.
