On Jun 12, 11:27 am, bdaniel7 <[email protected]> wrote: > Hello, > I'm using the Google Maps API to calculate the distance between 2 > points, for one of my customer's project. > > (with GLatLng.distanceFrom) > > The question is, do I have to provide a Google Maps logo or a > reference to the Google Maps (as in "service provided by Google Maps") > in the page where this is used?
Not only do you have to provide a reference but you have to provide a map! See 10.12 of the Terms. If you used a GDirections call, you could get away without a map, because a map is optional. In *that* case it would certainly be good practice to reproduce the copyright string and good manners to provide a Google logo in accordance with the Terms of Use of their Brand Mark (See 7.4). 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 -~----------~----~----~----~------~----~------~--~---
