> Found out that the pound or hash character (#) in the address causes > that. Still can not find any info on this behavior. For now, stripping > all #s out of address.
This is not a maps issue, its a general one about URLs. Simply, a # will be interpreted as the end of a URL string - any URL string, not just the ones you send to Google. You need to look into URL encoding. Example: http://www.phpdig.net/ref/rn64re1351.html cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
