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 class
RouteAdjustment.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 int
describeContents()
boolean
equals(java.lang.Object o)
java.lang.Float
getAngleDifferenceThreshold()
java.lang.Float
getDistanceThreshold()
int
hashCode()
java.lang.String
toString()
java.lang.Boolean
useRouteAdjustment()
void
writeToParcel(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:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(@NonNull android.os.Parcel dest, int flags)
- Specified by:
writeToParcel
in 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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-