In the below code setfocus is not working.

> point = new GeoPoint((int)(18.60692*1E6), (int)(73.713276*1E6));
> overlayitem = new OverlayItem(point, "Me","Me");
> itemizedOverlayMe.addOverlay(overlayitem);
> itemizedOverlayMe.setFocus(overlayitem);
> mapOverlays.add(itemizedOverlayMe);


Also, i have to set a zoom level in such a way that all the pins can be
seen in that screen.
Pin locations are dynamic

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