Uses of Class
com.iizix.geo.DeviceLocation
Packages that use DeviceLocation Package Description com.iizix.geo com.iizix.server.geo com.iizix.user.geo Uses of DeviceLocation in com.iizix.geo
Methods in com.iizix.geo that return DeviceLocation Modifier and Type Method Description DeviceLocation
ILocationService. getLatestLocation()
Get the latest known location found in user location history.Methods in com.iizix.geo with parameters of type DeviceLocation Modifier and Type Method Description void
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
Methods in com.iizix.server.geo that return DeviceLocation Modifier and Type Method Description DeviceLocation
UserLocationHistory. getLatestLocation()
Returns the latest known location of the user received by the server (approximation).DeviceLocation[]
UserLocationHistory. getLocations()
Returns the array of user locations.Methods in com.iizix.server.geo with parameters of type DeviceLocation Modifier and Type Method Description boolean
LocationsManager. addLocation(AuthenticatedUser user, DeviceLocation location)
Adds a new location for a user.Uses of DeviceLocation in com.iizix.user.geo
Fields in com.iizix.user.geo declared as DeviceLocation Modifier and Type Field Description DeviceLocation
UserLocation. location
The device location.Methods in com.iizix.user.geo that return DeviceLocation Modifier and Type Method Description DeviceLocation
IUserLocationHistory. getLatestLocation()
Returns the latest known location of the user received by the server (approximation).DeviceLocation[]
IUserLocationHistory. getLocations()
Returns the array of user locations.Constructors in com.iizix.user.geo with parameters of type DeviceLocation Constructor Description UserLocation(IAuthenticatedUser user, DeviceLocation location)
Constructor.