Package es.situm.wayfinding
Interface OnLocationChangeListener
-
public interface OnLocationChangeListenerGet notified about user location changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLocationChanged(es.situm.sdk.model.location.Location userLocation)Notifies new location computedvoidonPositioningStopped()Get notified when the positioning has stopped.voidonUserNotInBuilding()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.
-
-