[android-developers] Re: Convert from Polyline to ArrayList

2011-05-13 Thread Felix Garcia Lainez
Any help please!! On 11 mayo, 11:26, Felix Garcia Lainez wrote: > It is not unrealistic... Imagine i have stored in a database a route > in polyline format (in order to optimize storage), and i get that > polyline string from a web service. Imagine i want to show it, or do > some calculations on

[android-developers] Re: Convert from Polyline to ArrayList

2011-05-11 Thread Felix Garcia Lainez
It is not unrealistic... Imagine i have stored in a database a route in polyline format (in order to optimize storage), and i get that polyline string from a web service. Imagine i want to show it, or do some calculations on Android client... That is the reason to convert from polyline string to an

[android-developers] Re: Convert from Polyline to ArrayList

2011-05-10 Thread Igor Prilepov
It is unrealistic because people collect points and then show them as polyline, polygon or just dots not the other way around. It is unrealistic because Google MapActivity on Android is different from the full scale Google Map API. It is trivial because any Polyline (or Polygon) should be stored

[android-developers] Re: Convert from Polyline to ArrayList

2011-05-10 Thread Felix Garcia Lainez
I don't understand, sorry... Could you explain me? On 10 mayo, 19:35, Igor Prilepov wrote: >  I doubt you would find a ready to use solution because the task seems to be > unrealistic (as well as trivial) . -- You received this message because you are subscribed to the Google Groups "Android De

[android-developers] Re: Convert from Polyline to ArrayList

2011-05-10 Thread Igor Prilepov
I doubt you would find a ready to use solution because the task seems to be unrealistic (as well as trivial) . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To uns