Pentium10
Pentium10

Reputation: 207982

How do I get the time when the Location has been updated in Android?

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

Upvotes: 3

Views: 195

Answers (1)

Volker Voecking
Volker Voecking

Reputation: 5583

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

Upvotes: 3

Related Questions