On 12 June 2010 17:41, Acaz Souza <[email protected]> wrote: > I'm building my lib for using google maps and i use the content of the > js: "http://maps.google.com/maps/api/js?sensor=false". > > I don“t use this URL, i open that and copy content to my library, but > last week this javascript of the v3 change, and I need to update my > library. > > This happens often?
Yes it does, and you must not use that method of using Google's code. When you signed up for your key, you agreed that you can only use the method described in the documentation, which means that you can't make a copy of it. You must not incorporate Google's code into yours: they have to remain separate. This has the advantage that the documented accessible methods and classes will always be available to your code in the way shown in the documentation. You may also care to note the location of the Version 3 Group, for future reference: http://groups.google.com/group/google-maps-js-api-v3/ -- Andrew C Leach -- 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.
