Interface IUserLocationListener


public interface IUserLocationListener
Interface used to listen to changes in user location.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the user location changes.
  • Method Details

    • onUserLocationChanged

      void onUserLocationChanged(UserLocation userLocation)
      Called when the user location changes.
      Parameters:
      userLocation - The new user location.