Package es.situm.sdk.location
Class RouteAdjustment
- java.lang.Object
-
- es.situm.sdk.location.RouteAdjustment
-
- All Implemented Interfaces:
android.os.Parcelable
public class RouteAdjustment extends java.lang.Object implements android.os.Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRouteAdjustment.Builder
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<RouteAdjustment>CREATOR
-
Constructor Summary
Constructors Constructor Description RouteAdjustment(java.lang.Boolean useRouteAdjustment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()booleanequals(java.lang.Object o)java.lang.FloatgetAngleDifferenceThreshold()java.lang.FloatgetDistanceThreshold()inthashCode()java.lang.StringtoString()java.lang.BooleanuseRouteAdjustment()voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<RouteAdjustment> CREATOR
-
-
Method Detail
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(@NonNull android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
useRouteAdjustment
public java.lang.Boolean useRouteAdjustment()
-
getDistanceThreshold
public java.lang.Float getDistanceThreshold()
-
getAngleDifferenceThreshold
public java.lang.Float getAngleDifferenceThreshold()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-