Home location
Get Home Location
Allows to get the home location calculated for this device.
Return an HomeLocation object if home location is available or null otherwise.
GeoUniq.getInstance(context).getHomeLocation()Register Home Location Listener
Sets the listener class that will receive updates when the home location changes.
The listener must be impIement the IHomeLocationListener interface.
GeoUniq.getInstance(context).registerHomeLocationListener(listener)Unregister Home Location listener
Remove home location updates for the listener.
GeoUniq.getInstance(context).unregisterHomeLocationListener(listener)Last updated
Was this helpful?