FlLocationWeb class

Inheritance
  • Object
  • PlatformInterface
  • FlLocationPlatform
  • FlLocationWeb

Constructors

FlLocationWeb(Navigator navigator)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkLocationPermission() Future<LocationPermission>
Check location permission.
override
getLocation({LocationAccuracy accuracy = LocationAccuracy.best, Duration? timeLimit}) Future<Location>
Get the current location.
override
getLocationServicesStatusStream() Stream<LocationServicesStatus>
Get the location services status stream.
inherited
getLocationStream({LocationAccuracy accuracy = LocationAccuracy.best, int interval = 5000, double distanceFilter = 0.0}) Stream<Location>
Get the location stream.
override
isLocationServicesEnabled() Future<bool>
Whether location services are enabled.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestLocationPermission() Future<LocationPermission>
Request location permission.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith(Registrar registrar) → void