UserLocation class

Constructors

UserLocation()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedListener bool
getter/setter pair

Methods

disposeListener() → void
getLastLocation() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAccuracyAuthorization() → void
获取iOS native的accuracyAuthorization类型
requestLocationPermission() Future<bool>
申请定位权限 授予定位权限返回true, 否则返回false
requestPermission() → void
动态申请定位权限
startLocationListener() → void
toString() String
A string representation of this object.
inherited

Operators

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