Package com.iizix.user.geo
Interface IUserLocationListener
public interface IUserLocationListenerInterface used to listen to changes in user location.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUserLocationChanged(UserLocation userLocation)Called when the user location changes.
Method Detail
onUserLocationChanged
void onUserLocationChanged(UserLocation userLocation)
Called when the user location changes.- Parameters:
userLocation- The new user location.