public class LocationManager
�Ըߵ¶�λ�Ĺ�����
| 限定符和类型 | 方法和说明 |
|---|---|
static LocationManager |
getInstance() |
com.amap.api.location.AMapLocation |
getLastKnownLocation() |
AMapLocationWrapper |
getLastPersistentLocation() |
void |
onLocationChanged() |
void |
registerListener() |
void |
startLocation() |
void |
stopLocation() |
void |
unregisterListener() |
void |
updateOption() |
public static LocationManager getInstance()
public void startLocation()
public void stopLocation()
public void onLocationChanged()
public void registerListener()
public void unregisterListener()
public com.amap.api.location.AMapLocation getLastKnownLocation()
public AMapLocationWrapper getLastPersistentLocation()
public void updateOption()