Any help please!!

On 11 mayo, 11:26, Felix Garcia Lainez <fgarcialai...@gmail.com>
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 client... That is the reason to convert
> from polyline string to an array of location points...
>
> On 10 mayo, 23:28, Igor Prilepov <iprile...@gmail.com> wrote:
>
>
>
> > 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 as some set
> > of points and therefore all you need to do is to open a documentation to
> > find out how exactly to do this. For example, if you 
> > openhttp://code.google.com/apis/maps/documentation/javascript/3.3/referen...
> > will find getPath()method to get 
> > MVCArray<http://code.google.com/apis/maps/documentation/javascript/3.3/referen...>
> >  <LatLng<http://code.google.com/apis/maps/documentation/javascript/3.3/referen...>
>
> > >.

-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to