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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -