Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
android get and parse Google Directions

There are lat & lng between points tag ,how to parse? enter image description here

share|improve this question
Did you manage to decode it? – Nyxynyx Nov 9 '11 at 15:18
1  
In Javascript I use this function to decode Polyline‌​s in my Node.JS program. – josebetomex Jan 24 '12 at 16:01
if you got this encoded string on server side. here is decoder in C# – Saboor Awan Jan 24 '12 at 16:14

marked as duplicate by casperOne Jan 24 '12 at 18:08

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Apparently the Java code in the answer at android get and parse Google Directions (which was in turn taken from here) will do the trick.

share|improve this answer
A bit puzzled as to why this example is in Java and not Javascript – Michael Feb 7 at 21:20
It's in Java because the Google Directions API is not a JavaScript API. If one is using it as part of (for example) an Android app, one will tend to write the code interacting with it in Java. – Trott Feb 7 at 21:51

Not the answer you're looking for? Browse other questions tagged or ask your own question.