public interface LocationResult implements Result

Result from getLocation(GoogleApiClient).

Public Method Summary

abstract Location
getLocation()
Returns the current lat/lng location of the device.

Inherited Method Summary

Public Methods

public abstract Location getLocation ()

Returns the current lat/lng location of the device.

Returns
  • Location if getStatus() is successful, otherwise null.