Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 4, 2021 02:37
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/9d817db6c65c749035e24e9e3c776223 to your computer and use it in GitHub Desktop.
Save parzibyte/9d817db6c65c749035e24e9e3c776223 to your computer and use it in GitHub Desktop.
const onActualizacionDeUbicacion = ubicacion => {
// Aquí ya tenemos la ubicación ;)
}
const onErrorDeUbicacion = err => {
console.log("Error obteniendo ubicación: ", err);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment