Package es.situm.wayfinding
Interface OnLocationChangeListener
-
public interface OnLocationChangeListener
Get notified about user location changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLocationChanged(es.situm.sdk.model.location.Location userLocation)
Notifies new location computedvoid
onPositioningStopped()
Get notified when the positioning has stopped.void
onUserNotInBuilding()
Get notified when the user is not in a building.
-
-
-
Method Detail
-
onLocationChanged
void onLocationChanged(es.situm.sdk.model.location.Location userLocation)
Notifies new location computed- Parameters:
userLocation
- computed location
-
onUserNotInBuilding
void onUserNotInBuilding()
Get notified when the user is not in a building.
-
onPositioningStopped
void onPositioningStopped()
Get notified when the positioning has stopped.
-
-