Skip to content

Instantly share code, notes, and snippets.

@talosdev
Last active May 29, 2018 09:29
Show Gist options
  • Select an option

  • Save talosdev/4d801b22e028d58724a5c3ad74fae661 to your computer and use it in GitHub Desktop.

Select an option

Save talosdev/4d801b22e028d58724a5c3ad74fae661 to your computer and use it in GitHub Desktop.
fusedLocationProviderClient
.getLastLocation()
.addOnSuccessListener(location -> {
// Do something with the location
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment