[android-developers] Get Current Location

2013-08-28 Thread Seshu
Hi developers, I am doing project on maps in which i need to get the current location. if both network provider and gps provider disabled means then i am opening the locations in setting menu and then user ll select either any one and after selecting any one option i need to get the

Re: [android-developers] Get current location

2010-07-27 Thread Sana
WiFi positioning? On Mon, Jul 26, 2010 at 2:11 PM, oriharel ori.ha...@gmail.com wrote: How do I get the current location of the phone? I'm not talking about registering for location updates on the location manager and waiting for it to update upon change. I'm talking about get the current

[android-developers] Get current location

2010-07-26 Thread oriharel
How do I get the current location of the phone? I'm not talking about registering for location updates on the location manager and waiting for it to update upon change. I'm talking about get the current position. thanks! Ori -- You received this message because you are subscribed to the Google

Re: [android-developers] Get current location

2010-07-26 Thread Frank Weiss
What does current location mean? AFAIK, on Android you can only get timestamped locations, either via notification or last known. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Get current location

2010-07-26 Thread TreKing
On Mon, Jul 26, 2010 at 2:11 PM, oriharel ori.ha...@gmail.com wrote: I'm not talking about registering for location updates on the location manager and waiting for it to update upon change. I'm talking about get the current position. Duct tape a GPS device to your phone and read that.

[android-developers] get current location after pressing button

2009-08-28 Thread Stefan
Hi, I want to implement a tracking software (saving outdoor routes with gps). If the user press a button, the device should save the current! (and not the LastKnownLocation) gps point. If there isn't a direction change, the device looks after xxx seconds, whether the user reaches a point yyy