FlutterRoutingProvider class abstract
Constructors
Properties
- currentRoute ↔ IndoorNavigationRoute?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAllRoutableTargetsWithPagination(
FlutterPaginationOptions paginationOptions) → Future< List< FlutterRoutableTarget> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryTarget(
String name) → Future< List< FlutterRoutableTarget> > -
queryTargetWithBuildingId(
String name, int buildingId) → Future< List< FlutterRoutableTarget> > -
routeToNode(
FlutterRoutableTarget target) → Future< IndoorNavigationRoute> -
routeToPosition(
FlutterPointLLA position, int floorIndex) → Future< IndoorNavigationRoute> -
routeUpdated(
FlutterRoutingPosition nextPosition) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
createDefault(
FlutterAIIndoorNavigationPlatform platform) → FlutterRoutingProvider