Uses of Class
com.iizix.geo.DeviceLocation
Uses of DeviceLocation in com.iizix.geo
Modifier and TypeMethodDescriptionILocationService.getLatestLocation()
Get the latest known location found in user location history.Modifier and TypeMethodDescriptionvoid
IAddUserLocation.addUserLocation
(IClientSessionGyro clientGyro, DeviceLocation location) Adds a new user location when received from a client session.void
ILocationListener.onLocationChanged
(IClientSessionGyro clientGyro, DeviceLocation deviceLocation) Called when the device location has been received or changed.Uses of DeviceLocation in com.iizix.server.geo
Modifier and TypeMethodDescriptionUserLocationHistory.getLatestLocation()
Returns the latest known location of the user received by the server (approximation).UserLocationHistory.getLocations()
Returns the array of user locations.Modifier and TypeMethodDescriptionboolean
LocationsManager.addLocation
(AuthenticatedUser user, DeviceLocation location) Adds a new location for a user.Uses of DeviceLocation in com.iizix.user.geo
Modifier and TypeMethodDescriptionIUserLocationHistory.getLatestLocation()
Returns the latest known location of the user received by the server (approximation).IUserLocationHistory.getLocations()
Returns the array of user locations.ModifierConstructorDescriptionUserLocation
(IAuthenticatedUser user, DeviceLocation location) Constructor.