flutter_ai_indoor_navigation

Last updated:

0 purchases

flutter_ai_indoor_navigation Image
flutter_ai_indoor_navigation Images
Add to Cart

Description:

flutter ai indoor navigation

Combain Indoor AI Navigation Plugin #
This plugin is a wrapper for the Combain Indoor AI Navigation SDK. It provides a simple way to integrate the SDK into your Flutter app.
Getting Started #
This is all the code needed to start receiving indoor location updates from the Combain Indoor AI Navigation SDK.
Future<void> initIndoorNavigationSDK() async {
var config = FlutterIndoorNavigationSDKConfig(
apiKey: Secrets.apiKey,
syncingInterval: SyncingInterval(interval: 0),
routingConfig: FlutterRoutingConfig(
routableNodesOptions:
FlutterRoutableNodesOptions.allExceptDefaultName));

val aiIndoorNavigationSDK = await FlutterIndoorNavigationSDK.create(config);
await aiIndoorNavigationSDK.start();
}
copied to clipboard
Demo #
For a demo project see https://gitlab.combain.com/Hugo-Persson/flutter-ai-navigation-demo

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.