Uses of Class
com.iizix.user.geo.Nearby
Packages that use Nearby
Uses of Nearby in com.iizix.server.geo
Methods in com.iizix.server.geo that return types with arguments of type NearbyModifier and TypeMethodDescriptionUserLocationHistory.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 NearbyModifier and TypeMethodDescriptionIUserLocationHistory.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.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.