Renders the Hexagon GeoCloud application into the specified container element
The container element to attach the Hexagon GeoCloud to.
Optionaloptions: { loaderComponent?: ReactElement<unknown, string | JSXElementConstructor<any>> }Optional parameters for the loader component. Works only if React is used as the framework.
Permanently unmounts the React root and cleans up all resources. After calling this, the engine instance cannot be reattached.
Detaches the Hexagon GeoCloud application from the container element.
Returns the API client to interact with the Hexagon GeoCloud instance.
Depending on the application provided in the constructor options, this will return different SDK clients.
multivista: Returns the FederationSDKMultivista client.
The RcsEmbeddedEngine class is responsible for embedding the Hexagon GeoCloud application into a host application.