com.urbanairship.location.LocationListener |
A location change listener. Used to listen for location updates by adding
the listener using addLocationListener(LocationListener)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onLocationChanged(Location location)
Called when a new location is received.
|
Called when a new location is received.
location | The new location. |
---|