Uses of Class
com.iizix.user.geo.Nearby
Packages that use Nearby Package Description com.iizix.server.geo com.iizix.user.geo Uses of Nearby in com.iizix.server.geo
Methods in com.iizix.server.geo that return types with arguments of type Nearby Modifier and Type Method Description java.util.List<Nearby>
UserLocationHistory. findNearbyUsers(double maximumDistance, long maximumAge, boolean useAltitude)
Finds nearby users from the latest known location in history with a max given distance and a maximum age of the users location.Uses of Nearby in com.iizix.user.geo
Methods in com.iizix.user.geo that return types with arguments of type Nearby Modifier and Type Method Description java.util.List<Nearby>
IUserLocationHistory. findNearbyUsers(double maximumDistance, long maximumAge, boolean useAltitude)
Finds nearby users from the latest known location in history with a max given distance and a maximum age of the users location.default java.util.List<Nearby>
IUserLocationHistory. findNearbyUsers(long maximumDistance, long maximumAge)
Finds nearby users from the latest known location in history with a max given distance and a maximum age of the users location.