Wasn't it Kevin Gleason who wrote: >Yes Mike, I agree. Actually I wasn't planning on taking up Google >bandwidth with mapping solutions I was wondering what program code >might look like if I submitted latitude/longitude values to Google via >getDistance() and getDuration() methods. Just how do these methods work >ie, can I pass as arguments directly into each of these methods OR must >I do any preliminary operations first?
They don't take any parameters. All they do is return copies of values that are currently held in obfuscated parameters inside the GDirections Object() from the last time that you called .load() or .loadFromWaypoints(). -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
