Galigeo API
    Preparing search index...

    Interface ImportMapOptions

    Options for importMap.

    interface ImportMapOptions {
        apiKey: string;
        file: Blob | File;
        url: string;
    }
    Index

    Properties

    Properties

    apiKey: string

    A valid API key with transport/admin rights

    file: Blob | File

    The map zip archive to import. Typically a File coming from an <input type="file">, but any Blob holding a valid map zip works.

    url: string

    URL of the Galigeo instance (ex: https://showroom.galigeo.com/Galigeo)