Interface LocationInfoManager

All Known Implementing Classes:
LastKnownLocationInfoManager

public interface LocationInfoManager
Manager for retrieving location information.
See Also:
  • Method Details

    • getLatitude

      Double getLatitude()
      Get the latitude.
      Returns:
      the latitude
    • getLongitude

      Double getLongitude()
      Get the longitude.
      Returns:
      the longitude
    • getAccuracy

      Float getAccuracy()
    • getElapsedSeconds

      Long getElapsedSeconds()
    • isLocationAvailable

      boolean isLocationAvailable()
    • resetLocation

      void resetLocation()