NavigatorGeolocation

@native @JSType
trait NavigatorGeolocation extends Object

The NavigatorGeolocation interface contains a constructor method allowing objects implementing it to obtain a Geolocation instance.

There is no object of type NavigatorGeolocation, but some, like Navigator implements it.

class Object
trait Any
class Object
trait Matchable
class Any
class Navigator

Value members

Concrete methods

The NavigatorGeolocation.geolocation read-only property returns a Geolocation object that gives Web content access to the location of the device. This allows a Web site or app offer customized results based on the user's location.

The NavigatorGeolocation.geolocation read-only property returns a Geolocation object that gives Web content access to the location of the device. This allows a Web site or app offer customized results based on the user's location.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object