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;
}
Index

Properties

accuracy?: number
area?: string
bbox?: BBox

Bounding box of the resource in [min_lon, min_lat, max_lon, max_lat] order.

default_transformation?: DefaultTransformation

Most suitable transformation for this CRS.

deprecated: boolean
kind: string
name: string
transformations?: (CoordinateTransformation | number)[]
unit?: string

Was this helpful?

Client JS
Reference
CoordinateSearch