java - How often does LocationClient.getLastLocation() get updated? -


I need to know how many times the place object has been returned from this method and it's time or distance or something Else is based?

According to the document it gives the known location

I think it is < Code> LocationContents , when it is known, stores that location when calling getLastLocation method to call.

Hope it helps.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -