--- title: NavigatorGeolocation slug: conflicting/Web/API/Geolocation translation_of: Web/API/Geolocation translation_of_original: Web/API/NavigatorGeolocation original_slug: Web/API/NavigatorGeolocation ---

{{APIRef("Geolocation API")}}

NavigatorGeolocation  contains a creation method allowing objects implementing it to obtain a {{domxref("Geolocation")}} instance.

There is no object of type NavigatorGeolocation, but some interfaces, like {{domxref("Navigator")}} implements it.

Properties

The NavigatorGeolocation interface doesn't inherit any property.

{{domxref("NavigatorGeolocation.geolocation")}} {{readonlyInline}}
Returns a {{domxref("Geolocation")}} object allowing accessing the location of the device.

Methods

The NavigatorGeolocation interface neither implements, nor inherit any method.

Specifications

Specification Status Comment
{{SpecName('Geolocation', '#navi-geo', 'NavigatorGeolocation')}} {{Spec2('Geolocation')}} Initial specification.

Browser compatibility

{{ CompatibilityTable() }}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 5 {{CompatGeckoDesktop("1.9.1")}} 9 10.60
Removed in 15.0
Reintroduced in 16.0
5
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{CompatUnknown()}} {{CompatUnknown()}} {{CompatGeckoMobile("4")}} {{CompatUnknown()}} 10.60 {{CompatUnknown()}}

See also