MyLocationOverlay.getMyLocation()和getLastFix()有何不同?

时间:2011-07-21 03:18:02

标签: android mylocationoverlay

看看MyLocationOverlay - 有谁知道它们之间有什么区别:

public GeoPoint getMyLocation();
public android.location.Location getLastFix();

MyLocationOverlay

(除了返回类型)? getMyLocation()方法是否仅在找到位置后返回值,并且getLastFix()将返回缓存的最后一个修复,可能来自不同的会话?

1 个答案:

答案 0 :(得分:3)

根据文档都与most-recently-set user location相关,所以我要说两者都返回上次缓存的位置,而getMyLocation只提供从LocationGeoPoint的类型转换