I think I understood that network location polling requires an internet connection in order to retrieve the correct location (lat/lon) associated to the cell towers and wifi networks around. Correct?
Then this is my problem: I have an app that polls location, and it works fine when wifi/3g is on. However, when wifi/3g is off, it keeps on giving the last known location (instead of nothing), although I don't ask for the last location fix it in my code. Is there some kind of caching involved and if yes how to ignore it?
Thanks