Does anyone know how to resolve this problem, if you type a postcode
with a space (for example NR10 3JR) my google map works perfectly and
shows the marker, however if you type the postcode without a space
(for example NR103JR) it does not work.

This is a snippet of the code:
if (!response || response.Status.code != 200) {
if (document.getElementById("address").value != "Enter your Postcode")
{
alert("error: Nothing here");
}

the status.code != 200 piece of code is the one that alerts if the
postcode is not correctly formatted but i have no idea how/why/where
thats coming from.

While the postcode without a space does not seem to work on my google
map (and some other user created Google maps which I've tried it on)
it does work on http://maps.google.com so I'm working how I can do it?

Thanks for any advice

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to