-
- All Implemented Interfaces:
-
com.appstock.sdk.rendering.sdk.deviceData.managers.LocationInfoManager
public final class LastKnownLocationInfoManager extends BaseManager implements LocationInfoManager
-
-
Constructor Summary
Constructors Constructor Description LastKnownLocationInfoManager(Context context)
-
Method Summary
Modifier and Type Method Description voidresetLocation()DoublegetLatitude()DoublegetLongitude()FloatgetAccuracy()LonggetElapsedSeconds()booleanisLocationAvailable()-
-
Constructor Detail
-
LastKnownLocationInfoManager
LastKnownLocationInfoManager(Context context)
-
-
Method Detail
-
resetLocation
void resetLocation()
-
getLatitude
Double getLatitude()
-
getLongitude
Double getLongitude()
-
getAccuracy
Float getAccuracy()
-
getElapsedSeconds
Long getElapsedSeconds()
-
isLocationAvailable
boolean isLocationAvailable()
-
-
-
-