NavigationRequest class

A data object that allows you to configure the navigation parameters.

Constructors

Configure the navigation parameters.

Properties

distanceToChangeIndicationThreshold int?
Distance threshold to change the indication (meters).
getter/setter pair
distanceToFloorChangeThreshold int?
Distance threshold from when a floor change is considered reached (meters).
getter/setter pair
distanceToGoalThreshold int?
Distance threshold to consider reaching the goal (meters).
getter/setter pair
distanceToIgnoreFirstIndication int?
Maximum distance to ignore the first indication when navigating (meters).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ignoreLowQualityLocations bool?
Ignore low-quality locations.
getter/setter pair
indicationsInterval int?
Interval between indications (milliseconds).
getter/setter pair
outsideRouteThreshold int?
Distance threshold to consider being outside the route (meters).
getter/setter pair
roundIndicationsStep int?
Step to round indications (meters).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeToFirstIndication int?
Time to wait until the first indication is returned (milliseconds).
getter/setter pair
timeToIgnoreUnexpectedFloorChanges int?
Time to ignore the locations received during navigation, when the next indication is a floor change, if the locations are on a wrong floor (not in origin or destination floors) (milliseconds).
getter/setter pair

Methods

addToMap(String key, dynamic value, Map<String, dynamic> map) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited