Hi, I have a question about escaping characters in encoded polylines:
I can use strings which include the "pipe" character ("|") just fine -
without having to escape it with a backslash. Also backslashes by
themselves do not have to be escaped. But as soon as there's a "\|"
sequence inside, things stop working - until it's converted to "\\|".
So the question is, are there any other special characters or
sequences, that must be escaped or treated differently? Also maybe
this could be mentioned somewhere in the documentation - it took me
some time to figure out why an encoded string, which works OK in the
Javascript API, suddenly doesn't show anything on a static map :) Or
have I missed something there?
Demo: http://palko.sk/enc.htmlPaul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
