RAMP4 - v4.23.0-beta
    Preparing search index...

    Interface DrawShapeExportRecord

    interface DrawShapeExportRecord {
        geometry: unknown;
        id?: string;
        settings: DrawShapeSettingsExport;
        type: string;
    }
    Index

    Properties

    geometry: unknown

    this has the format of an ESRI geometry, but lacks the .type property. typically only has the coordinate props (e.g. rings, paths, x, y) and spatialReference

    id?: string
    type: string