This class holds basic information about an imageset.

Imagesets may be uniquely identified by their associated image data url. (If you really need to have multiple imagesets associated with the same URL, add a #fragment to the end.)

Hierarchy

  • ImagesetInfo

Properties

description: string

An (application-specific) string giving some additional information about the imageset.

extension: string

The image filename extension(s) associated with this imageset.

May include multiple extensions separated by spaces. May also start with a leading period.

name: string

The user-facing name of the imageset.

type: "earth" | "planet" | "sky" | "panorama" | "solarSystem" | "sandbox"

The type of the imageset: panorama, sky, ...

url: string

The URL of the image data.

Generated using TypeDoc