Loading...
Searching...
No Matches
NavigineSdkExample Class Reference

Inherits NSObject.

Public Member Functions

void initializeSdk ()
 
void initializeManagers ()
 
void createLocationWindowExample ()
 
void printSdkInfo ()
 
void demonstrateManagersUsage ()
 
void runExample ()
 

Properties

NCNavigineSdk * sdk
 
NCLocationManager * locationManager
 
NCNavigationManager * navigationManager
 
NCZoneManager * zoneManager
 
NCRouteManager * routeManager
 
NCAsyncRouteManager * asyncRouteManager
 
NCNotificationManager * notificationManager
 
NCMeasurementManager * measurementManager
 
NCLocationListManager * locationListManager
 
NCStorageManager * storageManager
 

Detailed Description

NavigineSDK usage example for Dart/Flutter Demonstrates SDK initialization and access to various managers

NavigineSDK usage example for Objective-C Demonstrates SDK initialization and access to various managers

Definition at line 7 of file navigine_sdk_example.dart.

Member Function Documentation

◆ createLocationWindowExample()

void NavigineSdkExample.createLocationWindowExample ( )
virtual

◆ demonstrateManagersUsage()

void NavigineSdkExample.demonstrateManagersUsage ( )
virtual

◆ initializeManagers()

void NavigineSdkExample::initializeManagers ( )
virtual

Initialize all SDK managers

Definition at line 100 of file NavigineSdkExample.m.

◆ initializeSdk()

void NavigineSdkExample::initializeSdk ( )
virtual

SDK initialization and basic parameter setup

Definition at line 52 of file NavigineSdkExample.m.

◆ printSdkInfo()

void NavigineSdkExample.printSdkInfo ( )
virtual

◆ runExample()

void NavigineSdkExample.runExample ( )
virtual

Property Documentation

◆ asyncRouteManager

NCAsyncRouteManager* NavigineSdkExample.asyncRouteManager
readwritenonatomicstrong

Definition at line 24 of file NavigineSdkExample.m.

◆ locationListManager

NCLocationListManager* NavigineSdkExample.locationListManager
readwritenonatomicstrong

Definition at line 27 of file NavigineSdkExample.m.

◆ locationManager

NCLocationManager* NavigineSdkExample.locationManager
readwritenonatomicstrong

Definition at line 20 of file NavigineSdkExample.m.

◆ measurementManager

NCMeasurementManager* NavigineSdkExample.measurementManager
readwritenonatomicstrong

Definition at line 26 of file NavigineSdkExample.m.

◆ navigationManager

NCNavigationManager* NavigineSdkExample.navigationManager
readwritenonatomicstrong

Definition at line 21 of file NavigineSdkExample.m.

◆ notificationManager

NCNotificationManager* NavigineSdkExample.notificationManager
readwritenonatomicstrong

Definition at line 25 of file NavigineSdkExample.m.

◆ routeManager

NCRouteManager* NavigineSdkExample.routeManager
readwritenonatomicstrong

Definition at line 23 of file NavigineSdkExample.m.

◆ sdk

NCNavigineSdk* NavigineSdkExample.sdk
readwritenonatomicstrong

Definition at line 19 of file NavigineSdkExample.m.

◆ storageManager

NCStorageManager* NavigineSdkExample.storageManager
readwritenonatomicstrong

Definition at line 28 of file NavigineSdkExample.m.

◆ zoneManager

NCZoneManager* NavigineSdkExample.zoneManager
readwritenonatomicstrong

Definition at line 22 of file NavigineSdkExample.m.


The documentation for this class was generated from the following files: