On Apr 20, 7:39 am, pmni <[email protected]> wrote: > Hi. > > I have a error in google maps api. I subscribe a key towww.aveiromagazine.com, > but when access to the site (tab Bares&Discotecas), I have an error. > The code is in DotNetNuke framework. Why this append?
2 issues: v=2&amp;sensor=true_or_false& 1. The ampersand is double encoded, it should be & not &amp; 2. sensor=true_or_false needs to be _either_ true or false. Please see the documentation for definitions. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
