android - How do MyLocationOverlay.getMyLocation() and getLastFix() differ? -


looking @ mylocationoverlay - know difference between:

public geopoint getmylocation(); public android.location.location getlastfix(); 

mylocationoverlay

(besides return type)? getmylocation() method return value after location has been found, , getlastfix() return cached last fix, possibly different session?

according docs both relate most-recently-set user location, i'd both returns last cached location, , getmylocation provides type conversion location geopoint.


Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -