Type Alias CoordinateSearch
type CoordinateSearch = {
accuracy?: number;
area?: string;
bbox?: BBox;
default_transformation?: DefaultTransformation;
deprecated: boolean;
exports: CoordinateExport;
id: CoordinateId;
kind: string;
name: string;
transformations?: (CoordinateTransformation | number)[];
unit?: string;
}
accuracy?: number;
area?: string;
bbox?: BBox;
default_transformation?: DefaultTransformation;
deprecated: boolean;
exports: CoordinateExport;
id: CoordinateId;
kind: string;
name: string;
transformations?: (CoordinateTransformation | number)[];
unit?: string;
}
Bounding box of the resource in [min_lon, min_lat, max_lon, max_lat] order.