public interface

LocationResult

implements Result
com.google.android.gms.awareness.snapshot.LocationResult

Class Overview

Result from getLocation(GoogleApiClient).

Summary

Public Methods
abstract Location getLocation()
Returns the current lat/lng location of the device.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract Location getLocation ()

Returns the current lat/lng location of the device.

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