Represents a LegendURLDPI object.

interface LegendURLDPI {
    dpi: number;
    url: string;
}

Properties

Properties

dpi: number
url: string