@cercalia/sdk
    Preparing search index...

    Interface GeofenceShape

    Geofence shape definition (polygon or circle in WKT format)

    interface GeofenceShape {
        id: string;
        wkt: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the shape

    wkt: string

    Shape geometry in WKT format (e.g., "CIRCLE(2.17 41.38, 1000)" or "POLYGON(...)")