Package com.iizix.geo
Interface IAddUserLocation
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IAddUserLocation
Interface used to add the user location when received from the client session.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addUserLocation(IClientSessionGyro clientGyro, DeviceLocation location)
Adds a new user location when received from a client session.
-
-
-
Method Detail
-
addUserLocation
void addUserLocation(IClientSessionGyro clientGyro, DeviceLocation location)
Adds a new user location when received from a client session.- Parameters:
clientGyro
- The client session gyro.location
- The device location.
-
-