public class NavigationRequest
extends java.lang.Object
NavigationManager
request parametersModifier and Type | Class and Description |
---|---|
static class |
NavigationRequest.Builder
NavigationState builder static inner class. |
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_DISTANCE_CHANGE_FLOOR |
static double |
DEFAULT_DISTANCE_THRESHOLD |
static double |
DEFAULT_DISTANCE_TO_CHANGE_INDICATION |
static double |
DEFAULT_DISTANCE_TO_IGNORE_FIRST_INDICATION |
static long |
DEFAULT_INDICATIONS_INTERVAL |
static int |
DEFAULT_ROUND_INDICATION_STEP |
static long |
DEFAULT_TIME_TO_FIRST_INDICATION |
static int |
DEFAULT_TIME_TO_IGNORE_UNEXPECTED_FLOOR_CHANGES |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
double |
getDistanceToChangeFloorThreshold() |
double |
getDistanceToChangeIndicationThreshold() |
double |
getDistanceToGoalThreshold() |
double |
getDistanceToIgnoreFirstIndication() |
long |
getIndicationsInterval() |
double |
getOutsideRouteThreshold() |
int |
getRoundIndicationsStep() |
Route |
getRoute() |
long |
getTimeToFirstIndication() |
int |
getTimeToIgnoreLocationInWrongFloorDuringFloorChange() |
int |
hashCode() |
java.lang.String |
toString() |
public static final double DEFAULT_DISTANCE_THRESHOLD
public static final double DEFAULT_DISTANCE_TO_IGNORE_FIRST_INDICATION
public static final double DEFAULT_DISTANCE_CHANGE_FLOOR
public static final double DEFAULT_DISTANCE_TO_CHANGE_INDICATION
public static final long DEFAULT_INDICATIONS_INTERVAL
public static final long DEFAULT_TIME_TO_FIRST_INDICATION
public static final int DEFAULT_ROUND_INDICATION_STEP
public static final int DEFAULT_TIME_TO_IGNORE_UNEXPECTED_FLOOR_CHANGES
public Route getRoute()
public double getDistanceToGoalThreshold()
public double getOutsideRouteThreshold()
public double getDistanceToIgnoreFirstIndication()
public double getDistanceToChangeFloorThreshold()
public double getDistanceToChangeIndicationThreshold()
public long getIndicationsInterval()
public long getTimeToFirstIndication()
public int getRoundIndicationsStep()
public int getTimeToIgnoreLocationInWrongFloorDuringFloorChange()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object