10-31-2014 11:36 PM
I need help decoding Google map polyline ASCII characters to decimal point. Can someone please help, I have tried few example on NI website but they do not produce desired results. I need something that is going to work like Googles decoder utility here. They have explanation how to encode here. It there some function in Labview that can do this.
11-01-2014 03:38 PM
since you have the encoding mechanism totally explained, all you have to do is reversing it and then get the values you need
11-01-2014 06:22 PM - edited 11-01-2014 06:23 PM
Well, there are many ways to do all that. Here's a quick attempt that seem to produce the correct numbers. (within ~1e-5).
This is just a very quick draft of a very literal translation. I am sure it could be streamlined quite a bit more. 😉
(LabVIEW 2014. Let me know if you need an older version)
11-01-2014 09:50 PM - edited 11-01-2014 09:53 PM
Thank you. Can you please uplod files for labview 2013.
Nermin
11-01-2014 10:53 PM
01-19-2015 04:47 AM
Interesting topic!
Still I can't use it because I'm running Labview 2012...
is it possible to convert the code to LV2012?
Thanks in advance,
Pieter Blok
The Netherlands
01-19-2015 10:51 AM