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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -