Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Created November 12, 2016 13:48
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/b9818bf4ad8a1a4c4943fa7eb20e7a72 to your computer and use it in GitHub Desktop.
Save tassioauad/b9818bf4ad8a1a4c4943fa7eb20e7a72 to your computer and use it in GitHub Desktop.
googleApiClient = new GoogleApiClient.Builder(this)
.addConnectionCallbacks(this)
.addOnConnectionFailedListener(this)
.addApi(LocationServices.API)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment