interface Tiffs {
    northEast?: Promise<GeoTIFF>;
    southEast?: Promise<GeoTIFF>;
    west?: Promise<GeoTIFF>;
}

Properties

northEast?: Promise<GeoTIFF>
southEast?: Promise<GeoTIFF>
west?: Promise<GeoTIFF>

Generated using TypeDoc