Listener that informs about location changes and GPS state changes. More...
Public Member Functions | |
| void | gpsDisabled () |
| void | gpsEnabled () |
| void | gpsFix (boolean available) |
| void | newGPSLocation (Location location) |
| void | statusChanged (int status, Bundle extra) |
| void gpsDisabled | ( | ) |
| void gpsEnabled | ( | ) |
| void gpsFix | ( | boolean | available | ) |
| void newGPSLocation | ( | Location | location | ) |
Is called, when a new gps location is available
| location | The new gps location |
| void statusChanged | ( | int | status, |
| Bundle | extra | ||
| ) |