-
public interface LocationInfoManagerManager for retrieving location information.
-
-
Method Summary
Modifier and Type Method Description abstract DoublegetLatitude()Get the latitude. abstract DoublegetLongitude()Get the longitude. abstract FloatgetAccuracy()abstract LonggetElapsedSeconds()abstract booleanisLocationAvailable()abstract voidresetLocation()-
-
Method Detail
-
getLatitude
abstract Double getLatitude()
Get the latitude.
-
getLongitude
abstract Double getLongitude()
Get the longitude.
-
getAccuracy
abstract Float getAccuracy()
-
getElapsedSeconds
abstract Long getElapsedSeconds()
-
isLocationAvailable
abstract boolean isLocationAvailable()
-
resetLocation
abstract void resetLocation()
-
-
-
-