Work location
Get Work Location
Allows to get the work location calculated for this device.
Return a WorkLocation object if work location is available or null otherwise.
GeoUniq.getInstance(context).getWorkLocation()Register Work Location listener
Sets the listener class that will receive updates when the work location changes. The listener must be impIement the IWorkLocationListener interface.
GeoUniq.getInstance(context).registerWorkLocationListener(listener)Unregister Work Location listener
Remove work location updates for the listener.
GeoUniq.getInstance(context).unregisterWorkLocationListener(listener)Last updated
Was this helpful?