@cercalia/sdk
    Preparing search index...

    Interface GeographicElementResult

    Result from Geoment service Following Golden Rules:

    • Direct mapping from API (no fallbacks)
    • Code suffix for identifiers
    • level field for geometry type transparency
    interface GeographicElementResult {
        code: string;
        level?: string;
        name?: string;
        type: GeographicElementType;
        wkt: string;
    }
    Index

    Properties

    Properties

    code: string

    Geographic element code (from @id)

    level?: string

    Original geometry type from API (@type) - for transparency

    name?: string

    Geographic element name (from @name)

    SDK type classification

    wkt: string

    WKT representation of the geometry