Uses of Class
com.iizix.geo.DeviceLocation
Packages that use DeviceLocation
Uses of DeviceLocation in com.iizix.geo
Methods in com.iizix.geo that return DeviceLocationModifier and TypeMethodDescriptionILocationService.getLatestLocation()Get the latest known location found in user location history.Methods in com.iizix.geo with parameters of type DeviceLocationModifier and TypeMethodDescriptionvoidIAddUserLocation.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 DeviceLocationModifier and TypeMethodDescriptionUserLocationHistory.getLatestLocation()Returns the latest known location of the user received by the server (approximation).UserLocationHistory.getLocations()Returns the array of user locations.Methods in com.iizix.server.geo with parameters of type DeviceLocationModifier and TypeMethodDescriptionbooleanLocationsManager.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 DeviceLocationMethods in com.iizix.user.geo that return DeviceLocationModifier and TypeMethodDescriptionIUserLocationHistory.getLatestLocation()Returns the latest known location of the user received by the server (approximation).IUserLocationHistory.getLocations()Returns the array of user locations.Constructors in com.iizix.user.geo with parameters of type DeviceLocationModifierConstructorDescriptionUserLocation(IAuthenticatedUser user, DeviceLocation location) Constructor.