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.
Interface used to add the user location when received from the client session.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidaddUserLocation(IClientSessionGyro clientGyro, DeviceLocation location) Adds a new user location when received from a client session.
Method Details
addUserLocation
Adds a new user location when received from a client session.- Parameters:
clientGyro- The client session gyro.location- The device location.