Function getApi

  • Retrieve the NavVis IVION API from the provided base URL

    Returns

    Promise for NavVis IVION API object. The promise resolves once data has been loaded and the view has been moved to the startup location. If private mode is enabled, the promise resolves only after a user has logged in. The promise rejects if there is an error during loading or initialization. The promise also rejects when WebGL is unavailable.

    Parameters

    Returns Promise<ApiInterface>

Generated using TypeDoc