@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Interface GeoTypeInfo

    GEOMETRY CRS metadata.

    interface GeoTypeInfo {
        alias?: string;
        crs?: CoordinateReferenceSystem;
        type: GEO;
    }

    Hierarchy

    • BaseExtraTypeInfo
      • GeoTypeInfo
    Index

    Properties

    Properties

    alias?: string

    Optional coordinate reference system.

    type: GEO