check your code after that. Most likely something else is claiming the focus right after your setFocus.
On Wednesday, April 18, 2012 6:38:07 AM UTC-4, giles ian wrote: > > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

