FlutterCombainSDKPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterCombainSDKPlatform
- Implementers
Constructors
- FlutterCombainSDKPlatform()
- Constructs a FlutterAiIndoorNavigationPlatform.
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> -
createSDK(
NativeConstructorConfig? config) → Future< void> -
getAllPlaces(
) → Future< List< FlutterPlace> > -
getAllRoutableTargets(
FlutterPaginationOptions paginationOptions) → Future< List< FlutterRoutableTarget> > -
getFeatureModelNodes(
List< FlutterNodeFloorIndex> ids) → Future<List< FlutterFeatureModelNode> > -
getLastSyncTime(
) → Future< int> -
getLocalLookupDebugData(
int buildingId) → Future< LocalLookupDebugData> -
getModelByPlace(
FlutterPlace place) → Future< FlutterPositioningModel> -
getPlace(
int buildingId) → Future< FlutterPlace?> -
getSdkVersion(
) → Future< String> -
getTableData(
String tableName) → Future< List< Map< >String?, String?> > -
initializeSDK(
FlutterCombainSDKConfig config) → Future< void> -
initSdk(
FlutterCombainSDKConfig config) → Future -
isRunning(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryTarget(
String name) → Future< List< FlutterRoutableTarget> > -
reSync(
) → Future< void> -
routeToNode(
FlutterRoutableTarget target) → Future< FlutterRoutingPosition?> -
snapLocationToGraph(
FlutterCombainLocation location) → Future< FlutterPointLLA> -
snapToFeatureModel(
FlutterCombainLocation location, double maxDistance) → Future< FlutterPointLLA?> -
start(
) → Future -
stop(
) → Future -
stopRoutingUpdates(
) → Future -
syncData(
int from) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
updateScanningConfig(
FlutterScanningConfig newConfig) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterCombainSDKPlatform
-
The default instance of FlutterCombainSDKPlatform to use.
getter/setter pair