GPSStatus class

Constructors

GPSStatus.new()

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

Constants

STATUS_DISABLED → const int
GPS开关关闭
STATUS_ENABLED → const int
GPS开关打开
STATUS_GPS_AVAILABLE → const int
GPS可用,代表GPS开关打开,且搜星定位成功
STATUS_GPS_UNAVAILABLE → const int
GPS不可用,不可用有多种可能,比如: GPS开关被关闭,GPS开关开着但是没办法搜星或者在室内等定位不成功的情况