Package com.geouniq.android
Class GeoUniq.TrackingProfile
java.lang.Object
com.geouniq.android.GeoUniq.TrackingProfile
- Enclosing class:
- GeoUniq
Defines a profile to be set for the tracking functionality.
Instances of this class are used with GeoUniq.setTrackingProfile(TrackingProfile)
and GeoUniq.getTrackingProfile().
Instances of this class can be obtained through the method GeoUniq.TrackingProfile.Builder.create().
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUtility class to set the attributes and obtain an instance of the enclosingGeoUniq.TrackingProfileclass.static enumEnumeration that defines the GPS-usage attribute forGeoUniq.TrackingProfile.static enumEnumeration that defines the Speed-adaptiveness attribute forGeoUniq.TrackingProfile. -
Method Summary
Modifier and TypeMethodDescriptionReturns the GPS-usage attribute, as defined byGeoUniq.TrackingProfile.GpsUsage.Returns the Speed-adaptiveness attribute, as defined byGeoUniq.TrackingProfile.SpeedAdaptivity.
-
Method Details
-
getGpsUsage
Returns the GPS-usage attribute, as defined byGeoUniq.TrackingProfile.GpsUsage.- Returns:
- the GPS-usage attribute
-
getSpeedAdaptivity
Returns the Speed-adaptiveness attribute, as defined byGeoUniq.TrackingProfile.SpeedAdaptivity.- Returns:
- the Speed-adaptiveness attribute
-