Interface LocationInfoManager
-
- All Superinterfaces:
Manager
- All Known Implementing Classes:
LastKnownLocationInfoManager
public interface LocationInfoManager extends Manager
Manager for retrieving location information.- See Also:
ManagersResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.FloatgetAccuracy()java.lang.LonggetElapsedSeconds()java.lang.DoublegetLatitude()Get the latitude.java.lang.DoublegetLongitude()Get the longitude.booleanisLocationAvailable()voidresetLocation()-
Methods inherited from interface org.prebid.mobile.rendering.sdk.Manager
dispose, getContext, init, isInit
-
-
-
-
Method Detail
-
getLatitude
java.lang.Double getLatitude()
Get the latitude.- Returns:
- the latitude
-
getLongitude
java.lang.Double getLongitude()
Get the longitude.- Returns:
- the longitude
-
getAccuracy
java.lang.Float getAccuracy()
-
getElapsedSeconds
java.lang.Long getElapsedSeconds()
-
isLocationAvailable
boolean isLocationAvailable()
-
resetLocation
void resetLocation()
-
-