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.
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.
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.