3

As you know we can get thast Last Known Location, but how do we get the time when that has changed?

Pentium10
  • 204,586
  • 122
  • 423
  • 502
  • 1
    Do you mean the last time the lat/lon values changed or the time of the fix that represents the last known location (Location: getTime())? – Volker Voecking May 23 '10 at 12:26
  • Probably a language barrier issue that I don't understand both path of your question. I don't care about the date when the location changed, I just want to know the current location how old is, when was last time measured even if stayed the same? – Pentium10 May 23 '10 at 12:42

1 Answers1

3

Have a look at the getTime() method of the Location object.

Volker Voecking
  • 5,203
  • 2
  • 38
  • 35