The locations of interest, such as home and work locations, are places identified based on the visits detected by the SDK.
Allows to get the work location calculated for this device.
Return a WorkLocation
object if work location is available or null otherwise.
Sets the listener class that will receive updates when the work location changes. The listener must be impIement the IWorkLocationListener interface.
Remove work location updates for the listener.
Allows to get the home location calculated for this device.
Return an HomeLocation
object if home location is available or null otherwise.
Sets the listener class that will receive updates when the home location changes.
The listener must be impIement the IHomeLocationListener
interface.
Remove home location updates for the listener.