On Feb 12, 10:23 pm, defl79 <[email protected]> wrote: > I am trying to send directions that are shown on my website via google > maps api javascript to an e-mail account.
That sounds like this query: http://groups.google.com/group/google-maps-api/browse_thread/thread/217f9e1b45f8bd1b# Directions are only available via Javascript using the API. See the Terms, paragraph 10.1 and 10.12. http://code.google.com/apis/maps/terms.html So: your PHP could construct a URL for Google Maps, like http://maps.google.com/maps?f=d&source=s_d&saddr=downing+street+london&daddr=pall+mall+london which will give you directions, just not in the email. -- 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.
