AMapLocation class

Constructors

AMapLocation()
factory

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

getLocation(LocationClientOptions options) Future<Location>
只定位一次
init() Future
初始化
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startLocate(LocationClientOptions options) Stream<Location>
开始定位, 返回定位 结果流
stopLocate() Future
结束定位, 但是仍然可以打开, 其实严格说是暂停
toString() String
A string representation of this object.
inherited
unbindService() Future
注销定位服务

Operators

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