On Apr 2, 10:12 am, "[email protected]" <[email protected]> wrote: > > so, what copyright do i have to show, if i only display the needed > time and duration for the given route? i was thinking of a simple > "Powered by Google Maps" as a link to Google Maps. or do i have to > display the Google logo? > or isn't it allowed to use the maps api without displaying a map (then > however, the GDirections constructor only optionally wants an GMaps2 > object)?
10.12 of the Terms allows the use of the API without a map where the documentation says you can. As both destination elements of GDirections are entirely optional, this use appears to be fine. Note: you may find that this is an oversight and a future version of the API will mandate using either or both, and not allow none. The logo is covered by section 7.4 of the Terms. Don't forget gdir.getCopyrightsHtml() 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 -~----------~----~----~----~------~----~------~--~---
