On Sep 17, 7:24 pm, slacy <[EMAIL PROTECTED]> wrote: > Using FireBug, I just watched what happens on the Maps Directions demo > page (http://code.google.com/apis/maps/documentation/examples/directions-si... > ) which makes a request to: <snip>
I think what John meant with his comment about routing functions not being available via HTTP is that it's generally not OK to use them that way. It's against the Maps Terms of Use: "For individual users, Google Maps...is made available for your personal, non-commercial use only." -- that means that while you may be able to use non-API methods, you can't put anything on a website. Only you can use it for your own purposes. "For business users, Google Maps is made available for your internal use only..." -- no websites again -- "except that map data may be accessed and displayed by using the Google Maps API pursuant to the API terms and conditions." -- which precludes the HTTP methods of accessing data outside the API TOU. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
