AMapLocationQualityReport class

Properties

adviseMessage String?
提示语义,状态良好时,返回的是内容为空 根据当前的质量报告,给出相应的建议
final
gpsSatellites int?
当前的卫星数, 只有在非低功耗模式下此值才有效
final
gpsStatus int?
卫星状态信息,只有在非低功耗模式下此值才有效
final
hashCode int
The hash code for this object.
no setterinherited
isInstalledHighDangerMockApp bool?
是否安装了高危位置模拟软件 首次定位可能没有结果
final
isWifiAble bool?
wifi开关是否打开 如果wifi关闭建议打开wifi开关,提高定位质量
final
netUseTime int?
网络定位时的网络耗时 单位:毫秒
final
networkType String?
网络连接类型(2G、3G、4G、WIFI)
final
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

gpsStatusModeSaving → const int
卫星定位状态--选择的定位模式中不包含卫星定位 Android 4.4以上的手机设置中开启了定位(位置)服务,但是选择的模式为省电模式,不包含卫星定位 建议选择包含gps定位的模式(例如:高精度、仅设备
gpsStatusNoGpsPermission → const int
卫星定位状态--没有GPS定位权限 如果没有GPS定位权限无法进行卫星定位, 建议在安全软件中授予GPS定位权限
gpsStatusNoGpsProvider → const int
卫星定位状态--手机中没有GPS Provider,无法进行卫星定位
gpsStatusOff → const int
卫星定位状态--GPS开关关闭 建议开启GPS开关,提高定位质量
gpsStatusOk → const int
卫星定位状态--正常