|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.rim.device.api.gps.GPSInfo
Provides access to device specific Global Positioning System receiver (if equipped) information.
| Field Summary | ||
|
static int |
GPS_ERROR_ALMANAC_OUTDATED
Almanac outdated. |
|
static int |
GPS_ERROR_AUTHENTICATION_FAILURE
Authentication failed with the network |
|
static int |
GPS_ERROR_CHIPSET_DEAD
GPS chipset dead; no fix. |
|
static int |
GPS_ERROR_DEGRADED_FIX_IN_ALLOTTED_TIME
Degraded fix; poor accuracy. |
|
static int |
GPS_ERROR_GPS_LOCKED
GPS service locked |
|
static int |
GPS_ERROR_INVALID_NETWORK_CREDENTIAL
Invalid network credential |
|
static int |
GPS_ERROR_INVALID_REQUEST
Request is invalid. |
|
static int |
GPS_ERROR_LOW_BATTERY
Low battery; fix cannot be obtained. |
|
static int |
GPS_ERROR_NETWORK_CONNECTION_FAILURE
Unable to connect to the data network |
|
static int |
GPS_ERROR_NO_FIX_IN_ALLOTTED_TIME
No fix obtained in alloted time. |
|
static int |
GPS_ERROR_NO_SATELLITE_IN_VIEW
No Satellite is in view or the signal strength is too low to get a position fix |
|
static int |
GPS_ERROR_NONE
No GPS Error |
|
static int |
GPS_ERROR_PRIVACY_ACCESS_DENIED
Privacy setting denies getting a fix. |
|
static int |
GPS_ERROR_SERVICE_UNAVAILABLE
GPS service is not available due to no cellular service or no data service or no resources, etc |
|
static int |
GPS_ERROR_TIMEOUT_DEGRADED_FIX_NO_ASSIST_DATA
Degraded fix (no assist data); poor accuracy. |
|
static int |
GPS_ERROR_TIMEOUT_NO_FIX_NO_ASSIST_DATA
No fix in alloted time, no assist. |
| Method Summary | ||
|
static int |
getLastGPSError()
Returns the last error received when a position fix could not be obtained. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int GPS_ERROR_ALMANAC_OUTDATED
Almanac outdated.
public static final int GPS_ERROR_AUTHENTICATION_FAILURE
Authentication failed with the network
public static final int GPS_ERROR_CHIPSET_DEAD
GPS chipset dead; no fix.
public static final int GPS_ERROR_DEGRADED_FIX_IN_ALLOTTED_TIME
Degraded fix; poor accuracy.
public static final int GPS_ERROR_GPS_LOCKED
GPS service locked
public static final int GPS_ERROR_INVALID_NETWORK_CREDENTIAL
Invalid network credential
public static final int GPS_ERROR_INVALID_REQUEST
Request is invalid.
public static final int GPS_ERROR_LOW_BATTERY
Low battery; fix cannot be obtained.
public static final int GPS_ERROR_NETWORK_CONNECTION_FAILURE
Unable to connect to the data network
public static final int GPS_ERROR_NO_FIX_IN_ALLOTTED_TIME
No fix obtained in alloted time.
public static final int GPS_ERROR_NO_SATELLITE_IN_VIEW
No Satellite is in view or the signal strength is too low to get a position fix
public static final int GPS_ERROR_NONE
No GPS Error
public static final int GPS_ERROR_PRIVACY_ACCESS_DENIED
Privacy setting denies getting a fix.
public static final int GPS_ERROR_SERVICE_UNAVAILABLE
GPS service is not available due to no cellular service or no data service or no resources, etc
public static final int GPS_ERROR_TIMEOUT_DEGRADED_FIX_NO_ASSIST_DATA
Degraded fix (no assist data); poor accuracy.
public static final int GPS_ERROR_TIMEOUT_NO_FIX_NO_ASSIST_DATA
No fix in alloted time, no assist.
| Method Detail |
public static int getLastGPSError()
GPS_ERROR_NONE - there was no GPS error.
GPS_ERROR_NO_FIX_IN_ALLOTTED_TIME - no GPS fix can be obtained in the alloted time.
GPS_ERROR_DEGRADED_FIX_IN_ALLOTTED_TIME - denotes a degraded GPS fix with poor accuracy.
GPS_ERROR_TIMEOUT_NO_FIX_NO_ASSIST_DATA - no GPS fix can be obtained in the alloted time and assisted mode could not be used.
GPS_ERROR_TIMEOUT_DEGRADED_FIX_NO_ASSIST_DATA - denotes a degraded GPS fix with poor accuracy while assisted mode could not be used.
GPS_ERROR_LOW_BATTERY- a GPS fix could not be obtained since the battery is low.
GPS_ERROR_CHIPSET_DEAD - a GPS fix could not be obtained since the GPS chipset is dead.
GPS_ERROR_INVALID_REQUEST - the GPS fix request was invalid.
GPS_ERROR_PRIVACY_ACCESS_DENIED - the privacy setting denies getting a fix.
GPS_ERROR_ALMANAC_OUTDATED - a GPS fix could not be obtained since the Almanac is outdated.
GPS_ERROR_SERVICE_UNAVAILABLE - the GPS service is not available due to no cellular service or no data service or no resources, etc.
GPS_ERROR_GPS_LOCKED - the GPS service locked.
GPS_ERROR_NO_SATELLITE - there are no Satellite is in view or the signal strength is too low to get a position fix.
GPS_ERROR_AUTHENTICATION_FAILURE - the MPC authentication failed.
GPS_ERROR_NETWORK_CONNECTION_FAILURE - the device was unable to connect to the PDE.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2009 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.