TkfGeolocation class

Constructors

TkfGeolocation()

Properties

currentPosition Future<Position>
no setter
hashCode int
The hash code for this object.
no setterinherited
locationSettings ↔ LocationSettings
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasPermissions() Future<bool>
isEnabled() Future<bool>
isInRange(double lat, double lon, double distance) Future<TkfRange>
isPermissionDenied(Object permission) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openSettings({bool openApp = true}) → void
requestPermission() Future<LocationPermission>
startReading() Future<void>
stopReading() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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