Hello i would like to display a geopoint in a mapview with the
location of the device with gps coordonates.
I already have a code for display geopoint and i would like to fit it
for display this location:

drawable = this.getResources().getDrawable(R.drawable.geopoint);
                itemizedOverlay = new NewItemizedOverlay(drawable);

                GeoPoint point = new GeoPoint(45569159,5928268);
                OverlayItem overlayitem = new OverlayItem(point, "", "");
                itemizedOverlay.addOverlay(overlayitem);
                mapOverlays.add( itemizedOverlay );

If anyone can help me
Thanks
Sweet
--~--~---------~--~----~------------~-------~--~----~
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