Hi, in the Java API the logic for escaped characters is implemented: encodedPoints = replace(encodedPoints, "\\", "\\\\");
so the encoded points that I posted before are generated by the Java API (with the implemented logic for \) and are passed to the javascript. However the polyline is painted wrong and I don't understand why? If I remove all the points that producing \ characters in the encoded process the polyline is painted correctly. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---