Uses of Class
com.iizix.user.geo.UserLocation
Packages that use UserLocation Package Description com.iizix.server.user com.iizix.user com.iizix.user.geo Uses of UserLocation in com.iizix.server.user
Methods in com.iizix.server.user that return types with arguments of type UserLocation Modifier and Type Method Description java.util.List<UserLocation>
UserAuthentication. 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 UserLocation Modifier and Type Method Description java.util.List<UserLocation>
IAuthenticatedUserProvider. getUserLocations()
Finds locations of all users.Uses of UserLocation in com.iizix.user.geo
Methods in com.iizix.user.geo that return UserLocation Modifier and Type Method Description UserLocation
Nearby. getUserLocationHistory()
Gets the user location.Methods in com.iizix.user.geo with parameters of type UserLocation Modifier and Type Method Description void
IUserLocationListener. onUserLocationChanged(UserLocation userLocation)
Called when the user location changes.Constructors in com.iizix.user.geo with parameters of type UserLocation Constructor Description Nearby(UserLocation location, double distance, boolean isElevationUsed)
Constructor.