Skip to content

Local upload to the cloud cruise routes

syncCruiseLocal() -> {Promise<boolean>}

Local upload to the cloud cruise routes

Parameters

none

Return value Promise.<boolean>

whether succeed

  • true - success
  • false - fail

Example

JavaScript
1
2
3
...
const success = await axRobot.syncCruiseLocal();
...