Galigeo API
    Preparing search index...

    Interface ExportMapOptions

    Options for exportMap.

    interface ExportMapOptions {
        apiKey: string;
        download?: boolean;
        fileName?: string;
        mapIds: string[];
        url: string;
    }
    Index

    Properties

    apiKey: string

    A valid API key with transport/admin rights

    download?: boolean

    When true (default), the resulting zip is downloaded by the browser. Set to false to only get the Blob back (ex: to upload it elsewhere).

    fileName?: string

    Optional name for the downloaded file (default: ".zip")

    mapIds: string[]

    The IDs of the maps to export

    url: string

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