Type Alias CoordinateTransformation

type CoordinateTransformation = {
    accuracy?: number;
    area?: string;
    bbox?: BBox;
    deprecated: boolean;
    grids: CoordinateGrid[];
    id: CoordinateId;
    name: string;
    reversible: boolean;
    target_crs?: CoordinateId;
    unit?: string;
    usable: boolean;
}
Index

Properties

accuracy?: number
area?: string
bbox?: BBox
deprecated: boolean
name: string
reversible: boolean
target_crs?: CoordinateId
unit?: string
usable: boolean

Was this helpful?

Client JS
Reference
CoordinateTransformation