Interface LocationRequest.LocationRequestListener

Enclosing class:
LocationRequest

public static interface LocationRequest.LocationRequestListener
A listener for receiving the results of the request.
  • Method Details

    • onResult

      void onResult(MeridianLocation location)
      Called when a location is generated.<p>This location may be old, make sure to check its age.</p>
    • onError

      void onError(LocationRequest.ErrorType location)
      Called when a location can not be generated.