Re: [android-developers] A list of coordinates should be shown in GoogleMaps

2013-08-05 Thread TreKing
On Sat, Aug 3, 2013 at 3:24 AM, Bernd Roth wrote: > > Maybe someone could help me please, or do I have it to do in another way? You should clarify your problem. Right now it sounds like you're going to manually write out the locations of 10,000 points, which seems ... silly. I assume this data

[android-developers] A list of coordinates should be shown in GoogleMaps

2013-08-03 Thread Bernd Roth
Hi everyone, I am having the following problem with my program. I am able to show a polygon, but now I have a lot of coordinates to be shown. Since, I do not want to write the following line ( new LatLng(...) ) again and again I am trying to find a way to make it more easier. Polygon polygon = g