[android-developers] trying to get polylines to work in google maps api v2

2013-01-11 Thread John Merlino
Using google maps api v2, I had multiple markers displaying correctly but I wanted to add a line joining them, so I added the polyline functionality below. However, when I rendered map again, now it just shows map without markers or line: IteratorMapString, String iterator2 =

Re: [android-developers] trying to get polylines to work in google maps api v2

2013-01-11 Thread TreKing
On Fri, Jan 11, 2013 at 3:43 PM, John Merlino stoici...@aol.com wrote: double currentLat = Double.parseDouble(item.get(latitude)); *double currentLong = Double.parseDouble(item.get(**latitude));*