Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 3, 2021 17:11
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 parzibyte/7c440f689ccc03148d4c9d3ca2705a3c to your computer and use it in GitHub Desktop.
Save parzibyte/7c440f689ccc03148d4c9d3ca2705a3c to your computer and use it in GitHub Desktop.
fun imprimirUbicacion(ubicacion: Location) {
Log.d(LOG_TAG, "Latitud es ${ubicacion.latitude} y la longitud es ${ubicacion.longitude}")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment