|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GPSStatus | |
|---|---|
| com.esri.core.gps | |
| Uses of GPSStatus in com.esri.core.gps |
|---|
| Methods in com.esri.core.gps that return GPSStatus | |
|---|---|
static GPSStatus |
GPSStatus.getFromCode(int statusCode)
Returns a GPSStatus based on input code. |
GPSStatus |
IGPSWatcher.getStatus()
Gets the current status of the watcher. |
static GPSStatus |
GPSStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GPSStatus[] |
GPSStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.esri.core.gps with parameters of type GPSStatus | |
|---|---|
void |
GPSEventListener.onStatusChanged(GPSStatus newStatus)
This method is invoked whenever there is a change in status of the IGPSWatcher. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||