MethodChannelFlutterAiIndoorNavigation class
- Inheritance
-
- Object
- PlatformInterface
- FlutterCombainSDKPlatform
- MethodChannelFlutterAiIndoorNavigation
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearData(
) → Future< void> -
override
-
createSDK(
NativeConstructorConfig? config) → Future< void> -
override
-
getAllPlaces(
) → Future< List< FlutterPlace> > -
override
-
getAllRoutableTargets(
FlutterPaginationOptions paginationOptions) → Future< List< FlutterRoutableTarget> > -
override
-
getFeatureModelNodes(
List< FlutterNodeFloorIndex> ids) → Future<List< FlutterFeatureModelNode> > -
override
-
getLastSyncTime(
) → Future< int> -
override
-
getLocalLookupDebugData(
int buildingId) → Future< LocalLookupDebugData> -
override
-
getModelByPlace(
FlutterPlace place) → Future< FlutterPositioningModel> -
override
-
getPlace(
int buildingId) → Future< FlutterPlace?> -
override
-
getSdkVersion(
) → Future< String> -
override
-
getTableData(
String tableName) → Future< List< Map< >String?, String?> > -
override
-
initializeSDK(
FlutterCombainSDKConfig config) → Future< void> -
override
-
initSdk(
FlutterCombainSDKConfig config) → Future -
override
-
isRunning(
) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryTarget(
String name) → Future< List< FlutterRoutableTarget> > -
override
-
reSync(
) → Future< void> -
override
-
routeToNode(
FlutterRoutableTarget target) → Future< FlutterRoutingPosition?> -
override
-
snapLocationToGraph(
FlutterCombainLocation location) → Future< FlutterPointLLA> -
override
-
snapToFeatureModel(
FlutterCombainLocation location, double maxDistance) → Future< FlutterPointLLA?> -
override
-
start(
) → Future -
override
-
stop(
) → Future -
override
-
stopRoutingUpdates(
) → Future -
override
-
syncData(
int from) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateScanningConfig(
FlutterScanningConfig newConfig) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited