On Oct 10, 4:53 pm, "Shweta Shakya" <[EMAIL PROTECTED]> wrote: > its still not working
Currently your encoded string is ubwpEvmmaP'\''\'[EMAIL PROTECTED]@'\'[EMAIL PROTECTED] complete with apostrophes, which isn't going to work. It should be points: "[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]", levels: "PB@@@@@@[EMAIL PROTECTED]@?P", using Mark McClure's page at http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/encodeForm.html and your co-ordinates string. You may need to join the points string back together. How are you encoding your points? Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
