[android-developers] Re: Get latitude longitude of center of MapView

2009-06-06 Thread Numan Ahmed
*-- On Mon, 6/7/09, numan numan@gmail.com wrote: hello my friend how are u latest sexy summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/* --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Get latitude longitude of center of MapView

2009-06-05 Thread Saurav Mukherjee
if u r using the google api, then jus project the point screenwidth/2,screenHeight/2 using the projection functions. if u r doin a tile download and display on screen then do the maths... ;) On Fri, Jun 5, 2009 at 5:21 PM, mscwd01 mscw...@gmail.com wrote: Hi How would one get the

[android-developers] Re: Get latitude longitude of center of MapView

2009-06-05 Thread mscwd01
Ok that sounds great but how would one do this? ;) What projection functions do you speak of? On Jun 5, 1:00 pm, Saurav Mukherjee to.saurav.mukher...@gmail.com wrote: if u r using the google api, then jus project the point screenwidth/2,screenHeight/2 using the projection functions. if u r

[android-developers] Re: Get latitude longitude of center of MapView

2009-06-05 Thread Sujay Krishna Suresh
mymap.getProjection().fromPixels(x, y) On Fri, Jun 5, 2009 at 5:33 PM, mscwd01 mscw...@gmail.com wrote: Ok that sounds great but how would one do this? ;) What projection functions do you speak of? On Jun 5, 1:00 pm, Saurav Mukherjee to.saurav.mukher...@gmail.com wrote: if u r using the

[android-developers] Re: Get latitude longitude of center of MapView

2009-06-05 Thread mscwd01
Great, thanks for the help. I'll try it later. On Jun 5, 1:07 pm, Sujay Krishna Suresh sujay.coold...@gmail.com wrote: mymap.getProjection().fromPixels(x, y) On Fri, Jun 5, 2009 at 5:33 PM, mscwd01 mscw...@gmail.com wrote: Ok that sounds great but how would one do this? ;) What

[android-developers] Re: Get latitude longitude of center of MapView

2009-06-05 Thread Saurav Mukherjee
so if u r usin the google map api, then u cud use the mapView.getProjection().fromPixels(x, y)... where mapView is the instance of com.google.android.maps.MapView... On Fri, Jun 5, 2009 at 5:33 PM, mscwd01 mscw...@gmail.com wrote: Ok that sounds great but how would one do this? ;) What