Uses of Class
com.iizix.user.geo.UserLocation
Packages that use UserLocation
Uses of UserLocation in com.iizix.server.user
Methods in com.iizix.server.user that return types with arguments of type UserLocationModifier and TypeMethodDescriptionUserAuthentication.getUserLocations()Finds locations of all users.Uses of UserLocation in com.iizix.user
Methods in com.iizix.user that return types with arguments of type UserLocationModifier and TypeMethodDescriptionIAuthenticatedUserProvider.getUserLocations()Finds locations of all users.Uses of UserLocation in com.iizix.user.geo
Methods in com.iizix.user.geo that return UserLocationMethods in com.iizix.user.geo with parameters of type UserLocationModifier and TypeMethodDescriptionvoidIUserLocationListener.onUserLocationChanged(UserLocation userLocation) Called when the user location changes.Constructors in com.iizix.user.geo with parameters of type UserLocationModifierConstructorDescriptionNearby(UserLocation location, double distance, boolean isElevationUsed) Constructor.