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 DeviceLocationILocationService. 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 voidIAddUserLocation. addUserLocation(IClientSessionGyro clientGyro, DeviceLocation location)Adds a new user location when received from a client session.voidILocationListener. 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 DeviceLocationUserLocationHistory. 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 booleanLocationsManager. 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 DeviceLocationUserLocation. locationThe device location.Methods in com.iizix.user.geo that return DeviceLocation Modifier and Type Method Description DeviceLocationIUserLocationHistory. 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.