android - How do MyLocationOverlay.getMyLocation() and getLastFix() differ? -
looking @ mylocationoverlay - know difference between:
public geopoint getmylocation(); public android.location.location getlastfix();
(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
Post a Comment