public interface OnLocationChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onLocationChanged(Location userLocation)
Notifies new location computed
|
void |
onPositioningStopped()
Get notified when the positioning has stopped.
|
void |
onUserNotInBuilding()
Get notified when the user is not in a building.
|
void onLocationChanged(Location userLocation)
userLocation
- computed locationvoid onUserNotInBuilding()
void onPositioningStopped()