Specify intervals for Location Manager to broadcast current location in Android
        Posted  
        
            by LordSnoutimus
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by LordSnoutimus
        
        
        
        Published on 2010-04-02T10:11:04Z
        Indexed on 
            2010/04/02
            10:13 UTC
        
        
        Read the original article
        Hit count: 485
        
Hi,
Is there anyway to specify the time intervals that the Location Manager broadcasts the current location?
I am using a method called startListening:
public void startListening() { locationManager.requestLocationUpdates( LocationManager.GPS_PROVIDER, 0, 0, this );
}
Thanks
© Stack Overflow or respective owner