-
- All Implemented Interfaces:
public class PathManagerConfiguration extends ConfigurationSection
-
-
Method Summary
Modifier and Type Method Description float
getArrivalThresholdInMetres()
Get arrivalThresholdInMetres. float
getPathCalculationFailureToleranceInSeconds()
Get pathCalculationFailureToleranceInSeconds. float
getPathfindingPeriodInSeconds()
Get pathfindingPeriodInSeconds. int
getClosestPathCalculationLimit()
Get closestPathCalculationLimit. float
getDirectionsUpdateIntervalInSeconds()
Get directionsUpdateIntervalInSeconds. float
getAllowedHeadingChangeWithoutDirectionUpdate()
Get allowedHeadingChangeWithoutDirectionUpdate. float
getArrivalThresholdInMeters()
Get arrivalThresholdInMeters. float
getArrivalThreshold()
Get arrivalThreshold. float
getPathCalculationFailureTolerance()
Get pathCalculationFailureTolerance. float
getPathfindingPeriod()
Get pathfindingPeriod. -
-
Method Detail
-
getArrivalThresholdInMetres
float getArrivalThresholdInMetres()
Get arrivalThresholdInMetres. Distance threshold for path session arrival at a destination (in meters) Default is 4.0
-
getPathCalculationFailureToleranceInSeconds
float getPathCalculationFailureToleranceInSeconds()
Get pathCalculationFailureToleranceInSeconds. Time required to pass after last successful path calculation to fail a path session (in seconds) Default is 600
-
getPathfindingPeriodInSeconds
float getPathfindingPeriodInSeconds()
Get pathfindingPeriodInSeconds. Path session path update period (in seconds) Default is 0.25
-
getClosestPathCalculationLimit
int getClosestPathCalculationLimit()
Get closestPathCalculationLimit. The number of nearest destinations to consider for multiple destinations pathfinding Default is 3
-
getDirectionsUpdateIntervalInSeconds
float getDirectionsUpdateIntervalInSeconds()
Get directionsUpdateIntervalInSeconds. Path directions update period (in seconds) (overridden in case of a major path update) Default is 1.0
-
getAllowedHeadingChangeWithoutDirectionUpdate
float getAllowedHeadingChangeWithoutDirectionUpdate()
Get allowedHeadingChangeWithoutDirectionUpdate. Allowed user heading change before triggering a path directions update (in radians)
-
getArrivalThresholdInMeters
float getArrivalThresholdInMeters()
Get arrivalThresholdInMeters. Alias of arrivalThresholdInMetres. Distance threshold for path session arrival at a destination (in meters) Default is 4.0
-
getArrivalThreshold
float getArrivalThreshold()
Get arrivalThreshold. Alias of arrivalThresholdInMetres. Distance threshold for path session arrival at a destination (in meters) Default is 4.0
-
getPathCalculationFailureTolerance
float getPathCalculationFailureTolerance()
Get pathCalculationFailureTolerance. Alias of pathCalculationFailureToleranceInSeconds. Time required to pass after last successful path calculation to fail a path session (in seconds) Default is 600
-
getPathfindingPeriod
float getPathfindingPeriod()
Get pathfindingPeriod. Alias of pathfindingPeriodInSeconds. Path session path update period (in seconds) Default is 0.25
-
-
-
-