Inheritance
  • Object
  • Interceptor
  • Geolocation
Annotations
  • @DocsEditable()
  • @DomName('Geolocation')
  • @Unstable()
  • @Native("Geolocation")

Properties

hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

getCurrentPosition({bool enableHighAccuracy, Duration timeout, Duration maximumAge }) Future<Geoposition>
@DomName('Geolocation.getCurrentPosition')
watchPosition({bool enableHighAccuracy, Duration timeout, Duration maximumAge }) Stream<Geoposition>
@DomName('Geolocation.watchPosition')
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited