This isn't really the right solution. You should instead make sure that you have generated a key in the apis console ( https://code.google.com/apis/console/b/0/?pli=1) and make sure that the allowed referrals matches your domain(s).
Setting the version to 3.6 will only delay the warning and not fix it. -- Luke On Wed, Jan 11, 2012 at 7:08 AM, Jesse <joega...@gmail.com> wrote: > Hi Everybody, > > I have figured out a* solution* to this problem: > > So apparently Google updates their versions quite frequently. To solve > this, a little bit of code needs to be put into the javascript code below, > since Version 3.6 is the latest, we will add it. > > *Replace *.........* with "*js?v=3.6&*"* > <script type="text/javascript" src=" > http://maps.google.com/maps/api/.........sensor=false&key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<http://maps.google.com/maps/api/.........sensor=false&key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX> > "></script> > > *It should look like this*: > <script type="text/javascript" src=" > http://maps.google.com/maps/api/js?v=3.6&sensor=false&key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<http://maps.google.com/maps/api/js?v=3.6&sensor=false&key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX> > "></script> > > You will have to replace in each instance this code appears within your > site. > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-maps-js-api-v3/-/DixSsmlTyu4J. > > To post to this group, send email to > google-maps-js-api-v3@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-js-api-v3+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.