Package es.situm.sdk.navigation
Class NavigationRequest
- java.lang.Object
-
- es.situm.sdk.navigation.NavigationRequest
-
public class NavigationRequest extends Object
HoldsNavigationManagerrequest parameters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNavigationRequest.BuilderNavigationStatebuilder static inner class.
-
Field Summary
Fields Modifier and Type Field Description static doubleDEFAULT_DISTANCE_CHANGE_FLOORstatic doubleDEFAULT_DISTANCE_THRESHOLDstatic doubleDEFAULT_DISTANCE_TO_CHANGE_INDICATIONstatic doubleDEFAULT_DISTANCE_TO_IGNORE_FIRST_INDICATIONstatic booleanDEFAULT_IGNORE_LOW_QUALITY_LOCATIONSstatic longDEFAULT_INDICATIONS_INTERVALstatic intDEFAULT_ROUND_INDICATION_STEPstatic longDEFAULT_TIME_TO_FIRST_INDICATIONstatic intDEFAULT_TIME_TO_IGNORE_UNEXPECTED_FLOOR_CHANGES
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)doublegetDistanceToChangeFloorThreshold()doublegetDistanceToChangeIndicationThreshold()doublegetDistanceToGoalThreshold()doublegetDistanceToIgnoreFirstIndication()longgetIndicationsInterval()doublegetOutsideRouteThreshold()intgetRoundIndicationsStep()RoutegetRoute()longgetTimeToFirstIndication()intgetTimeToIgnoreLocationInWrongFloorDuringFloorChange()inthashCode()booleanignoreLowQualityLocations()StringtoString()
-
-
-
Field Detail
-
DEFAULT_DISTANCE_THRESHOLD
public static final double DEFAULT_DISTANCE_THRESHOLD
- See Also:
- Constant Field Values
-
DEFAULT_DISTANCE_TO_IGNORE_FIRST_INDICATION
public static final double DEFAULT_DISTANCE_TO_IGNORE_FIRST_INDICATION
- See Also:
- Constant Field Values
-
DEFAULT_DISTANCE_CHANGE_FLOOR
public static final double DEFAULT_DISTANCE_CHANGE_FLOOR
- See Also:
- Constant Field Values
-
DEFAULT_DISTANCE_TO_CHANGE_INDICATION
public static final double DEFAULT_DISTANCE_TO_CHANGE_INDICATION
- See Also:
- Constant Field Values
-
DEFAULT_INDICATIONS_INTERVAL
public static final long DEFAULT_INDICATIONS_INTERVAL
- See Also:
- Constant Field Values
-
DEFAULT_TIME_TO_FIRST_INDICATION
public static final long DEFAULT_TIME_TO_FIRST_INDICATION
- See Also:
- Constant Field Values
-
DEFAULT_ROUND_INDICATION_STEP
public static final int DEFAULT_ROUND_INDICATION_STEP
- See Also:
- Constant Field Values
-
DEFAULT_TIME_TO_IGNORE_UNEXPECTED_FLOOR_CHANGES
public static final int DEFAULT_TIME_TO_IGNORE_UNEXPECTED_FLOOR_CHANGES
- See Also:
- Constant Field Values
-
DEFAULT_IGNORE_LOW_QUALITY_LOCATIONS
public static final boolean DEFAULT_IGNORE_LOW_QUALITY_LOCATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRoute
public Route getRoute()
-
getDistanceToGoalThreshold
public double getDistanceToGoalThreshold()
-
getOutsideRouteThreshold
public double getOutsideRouteThreshold()
-
getDistanceToIgnoreFirstIndication
public double getDistanceToIgnoreFirstIndication()
-
getDistanceToChangeFloorThreshold
public double getDistanceToChangeFloorThreshold()
-
getDistanceToChangeIndicationThreshold
public double getDistanceToChangeIndicationThreshold()
-
getIndicationsInterval
public long getIndicationsInterval()
-
getTimeToFirstIndication
public long getTimeToFirstIndication()
-
getRoundIndicationsStep
public int getRoundIndicationsStep()
-
getTimeToIgnoreLocationInWrongFloorDuringFloorChange
public int getTimeToIgnoreLocationInWrongFloorDuringFloorChange()
-
ignoreLowQualityLocations
public boolean ignoreLowQualityLocations()
-
-