|
|
# GeolocLocationListener
|
|
|
Implements android.location.LocationListener
|
|
|
|
|
|
---
|
|
|
|
|
|
## Construtores Públicos
|
|
|
|Construtor|
|
|
|
|---|
|
|
|
|GeolocLocationListener(MapView mapView)|
|
|
|
|
|
|
## Métodos Públicos
|
|
|
|Retorno|Método|Descrição|
|
|
|
|---|---|---|
|
|
|
|void|onLocationChanged(Location location)|Chamada toda vez que a localização é atualizada|
|
|
|
|void|onStatusChanged(String provider, int status, Bundle extras)| |
|
|
|
|void|onProviderEnabled(String provider)| |
|
|
|
|void|onProviderDisabled(String provider)| | |
|
|
\ No newline at end of file |