Package com.geouniq.android
Class GeoUniq.TrackingProfile
- java.lang.Object
-
- com.geouniq.android.GeoUniq.TrackingProfile
-
- Enclosing class:
- GeoUniq
public static class GeoUniq.TrackingProfile extends java.lang.ObjectDefines a profile to be set for the tracking functionality.
Instances of this class are used with
GeoUniq.setTrackingProfile(TrackingProfile)andGeoUniq.getTrackingProfile().
Instances of this class can be obtained through the method
GeoUniq.TrackingProfile.Builder.create().
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoUniq.TrackingProfile.BuilderUtility class to set the attributes and obtain an instance of the enclosingGeoUniq.TrackingProfileclass.static classGeoUniq.TrackingProfile.GpsUsageEnumeration that defines the GPS-usage attribute forGeoUniq.TrackingProfile.static classGeoUniq.TrackingProfile.SpeedAdaptivityEnumeration that defines the Speed-adaptiveness attribute forGeoUniq.TrackingProfile.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoUniq.TrackingProfile.GpsUsagegetGpsUsage()Returns the GPS-usage attribute, as defined byGeoUniq.TrackingProfile.GpsUsage.GeoUniq.TrackingProfile.SpeedAdaptivitygetSpeedAdaptivity()Returns the Speed-adaptiveness attribute, as defined byGeoUniq.TrackingProfile.SpeedAdaptivity.
-
-
-
Method Detail
-
getGpsUsage
public GeoUniq.TrackingProfile.GpsUsage getGpsUsage()
Returns the GPS-usage attribute, as defined byGeoUniq.TrackingProfile.GpsUsage.- Returns:
- the GPS-usage attribute
-
getSpeedAdaptivity
public GeoUniq.TrackingProfile.SpeedAdaptivity getSpeedAdaptivity()
Returns the Speed-adaptiveness attribute, as defined byGeoUniq.TrackingProfile.SpeedAdaptivity.- Returns:
- the Speed-adaptiveness attribute
-
-