Re: [android-developers] current lat and long

2012-04-10 Thread Justin Anderson
> > Hey I got the idea of getting the current gps coordinates but i want these > cordinates to be sent to a server > Then you should have been more clear in your original question... can anyone help me how to send the coordinates from mobile as soon as it > recieves from the gps to a server > Do w

Re: [android-developers] current lat and long

2012-04-09 Thread Bhuvan Chandra
Hey I got the idea of getting the current gps coordinates but i want these cordinates to be sent to a server , can anyone help me how to send the coordinates from mobile as soon as it recieves from the gps to a server On Mon, Apr 9, 2012 at 9:27 PM, Dalvinder Singh wrote: > /** > * > * @author

Re: [android-developers] current lat and long

2012-04-09 Thread Dalvinder Singh
/** * * @author Dalvin * This class handles the task of getting user's current location. */ public class MyLocationManager{ private static long MINTIME = 3000; private static Geocoder geoCoder = null; private static final int MAX_RESULTS = 1; private static MyLocationManagerCallBack myLocationM

Re: [android-developers] current lat and long

2012-04-09 Thread Justin Anderson
http://lmgtfy.com/?q=android+current+gps+coordinates Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Apr 9, 2012 at 10:07 AM, Mini agrawal wrote: > Hi, > > Can anybody provide a link to get latitude and longitude of current > location?/ > > Thank