Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Created November 12, 2016 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tassioauad/f41f1658300e834ff00e01d3704a00f8 to your computer and use it in GitHub Desktop.
Save tassioauad/f41f1658300e834ff00e01d3704a00f8 to your computer and use it in GitHub Desktop.
@Override
public void onConnected(Bundle bundle) {
//Google API connection has been done successfully
Location lastLocation = LocationServices.FusedLocationApi.getLastLocation(googleApiClient);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment