Type Alias ImageViewerConstructorOptions
ImageViewerConstructorOptions: Pick<MapOptions, AllowedConstructorOptions> & {
center?: [number, number];
debug?: boolean;
fitToBoundsControl?: boolean;
imageUUID: string;
navigationControl?: boolean;
}
center?: [number, number];
debug?: boolean;
fitToBoundsControl?: boolean;
imageUUID: string;
navigationControl?: boolean;
}
Type Declaration
Optionalcenter?: [number, number]Optionaldebug?: booleanWhether to show debug information.
OptionalfitToBoundsControl?: booleanWhether to show a control to fit the image to the viewport.
imageUUID: string
The UUID of the image.
OptionalnavigationControl?: booleanWhether to show a navigation control.
Was this helpful?
The center of the image.