Package com.geouniq.android
Class GeoUniq.WorkLocation
java.lang.Object
com.geouniq.android.GeoUniq.WorkLocation
- Enclosing class:
- GeoUniq
This class model the work location detected for the device.
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()Allows to obtain the unique id assigned to this object.Allows to get the reference location related to this location of interest.
-
Method Details
-
getReferenceLocation
Allows to get the reference location related to this location of interest.- Returns:
- The related reference location.
-
getId
public long getId()Allows to obtain the unique id assigned to this object.- Returns:
- The id of this location of interest object.
-