On this page

Type Alias ImageViewerConstructorOptions

ImageViewerConstructorOptions: Pick<MapOptions, AllowedConstructorOptions> & {
    center?: [number, number];
    debug?: boolean;
    fitToBoundsControl?: boolean;
    imageUUID: string;
    navigationControl?: boolean;
}

Type Declaration

  • Optionalcenter?: [number, number]

    The center of the image.

  • Optionaldebug?: boolean

    Whether to show debug information.

  • OptionalfitToBoundsControl?: boolean

    Whether to show a control to fit the image to the viewport.

  • imageUUID: string

    The UUID of the image.

  • OptionalnavigationControl?: boolean

    Whether to show a navigation control.

Was this helpful?
SDK JS
Reference
ImageViewerConstructorOptions