Hi to all, I am trying my applicaton with the emulator, and I am
experiencing the following problem: even if I registered a
locationlistener with minDistance = 0

mLManager.requestLocationUpdates(mLProvider, 10000, 0, mLListener);

the mLListener callback is called only when I set a new location via
the emulator.
Now my question is: what will happen with a real phone? The listener
will be called every 10 seconds as I expect, or only when the location
is changed?

Does the send location I do with the emulator simulate just one update
I would receive from the gps? I know I could get the answers just by
trying it on a real phone, but at the moment I don't have one yet :-)

Many thanks in advance,

Federico

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to