NavVis IVION API
    Preparing search index...

    Interface ImageApiInterface

    The Image API encapsulates object that concern (panoramic) images.

    interface ImageApiInterface {
        repository: ImageRepositoryInterface;
        service: ImageServiceInterface;
    }
    Index

    Properties

    Properties

    Data repository for images with read and write capabilities. The ImageRepositoryInterface provides CRUD endpoints.

    Service that provides additional functionality for operations related to images.