diff options
Diffstat (limited to 'files/es/web/api/navigator/geolocation/index.html')
-rw-r--r-- | files/es/web/api/navigator/geolocation/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/api/navigator/geolocation/index.html b/files/es/web/api/navigator/geolocation/index.html index 94c22ef6b0..88c239d50a 100644 --- a/files/es/web/api/navigator/geolocation/index.html +++ b/files/es/web/api/navigator/geolocation/index.html @@ -1,7 +1,8 @@ --- title: window.navigator.geolocation -slug: Web/API/NavigatorGeolocation/geolocation +slug: Web/API/Navigator/geolocation translation_of: Web/API/Navigator/geolocation +original_slug: Web/API/NavigatorGeolocation/geolocation --- <p>{{APIRef("Geolocation API")}}<br> La propiedad de sólo lectura <strong><code>Navigator.geolocation</code></strong> devuelve un objeto <a href="https://developer.mozilla.org/es/docs/Web/API/Geolocation" title="La interfaz Geolocalización representa un objeto capaz de obtener mediante programación la posición del dispositivo. Se da acceso Web de la ubicación del dispositivo. Esto permite a un sitio Web o aplicación ofrecer resultados personalizados basados en la ubicación del usuario."><code>Geolocation</code></a> que proporciona acceso web a la ubicación de un dispositivo. Esto permite ofrecer al sitio web o aplicación resultados personalizados basados en la ubicación del usuario.</p> |