FlLocation class

Constructors

FlLocation()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

isLocationServicesEnabled Future<bool>
Whether location services are enabled.
no setter

Static Methods

checkLocationPermission() Future<LocationPermission>
Check location permission.
getLocation({LocationAccuracy accuracy = LocationAccuracy.best, Duration? timeLimit}) Future<Location>
Get the current location.
getLocationServicesStatusStream() Stream<LocationServicesStatus>
Get the location services status stream.
getLocationStream({LocationAccuracy accuracy = LocationAccuracy.best, int interval = 5000, double distanceFilter = 0.0}) Stream<Location>
Get the location stream.
requestLocationPermission() Future<LocationPermission>
Request location permission.