On Oct 26, 6:58 am, Gareth Mann <[email protected]> wrote: > Yesterday I was having problems getting a geocode to work right. The > strange thing was that the exact same code worked fine on another website, > I then noticed that the API key code and "&" tagged onto the end of it > (originally i thought this was simply part of the key code), so i added the > "&" to the end of the key code on the site that was not working and then > the geocode worked. > > So my question is what does the "&" mean when tagged onto the end of the > key code?
An ampersand in a URL marks the beginning of the next query parameter. > And why did it fix the problem with the geocode? Can't tell without a broken page to investigate. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
