views:

15

answers:

1

Hi,

I try to get the correct speed in updates for the function onLocationChanged, this is my class:

public class LocationService extends Service implements LocationListener {

Putting the minTime on 6000 does not help, it wil keep updating constantly, what am i doing wrong?

public void requestLocationUpdates (String provider, long minTime, float minDistance, LocationListener listener, Looper looper) {

Greetings

A: 

I have the same problem, really would like some help too.

Bander