Interface OnLocationChangeListener


  • public interface OnLocationChangeListener
    Get notified about user location changes.
    • 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.