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"));*
>                                         ....
>
                                        mMap.addMarker(new MarkerOptions()
>                                 .position(*new LatLng(currentLat,
> currentLong)*)
>                                 .title(item.get("address")));
>

The fact that you're using "latitude" for "currentLong" would probably skew
things on the map ...

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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