UNPKG

@ciag/sentinel-hub-wms

Version:

a API to create the sentinel ogs requests, and tools to apply on the data

17 lines (16 loc) 363 B
import { latLong } from "./interfaces"; export declare class BoxCords { topLeft: latLong; bottonRight: latLong; constructor(param: { top_left: { lat: string; long: string; }; botton_right: { lat: string; long: string; }; }); toString(): string; }