LocationResult

public interface LocationResult implements Result

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.