EngineFacade
object EngineFacade
Lifecycle coordinator for the positioning engine.
LIME managers (MapDataManager, RoutingManager, NavigationManager, etc.) expose static methods and should be called directly — they are not Kotlin objects that can be held as property references.
Usage: EngineFacade.initialize(DeviceType.TYPE_ANDROID, "user123", "14") MapDataManager.getCachedPropertyInfo(propertyId) RoutingManager.requestRoute(request, callback)
Note: SDK mode is determined internally by the engine based on licence configuration. There is no setSdkMode() — use CoreEngine.getSdkMode() to query the current mode.