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 Nearby
    Modifier and Type
    Method
    Description
    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
    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 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.