@cercalia/sdk
    Preparing search index...

    Interface GeofencePoint

    Point to check against geofences

    interface GeofencePoint {
        coord: Coordinate;
        id: string;
    }
    Index

    Properties

    Properties

    coord: Coordinate

    Point coordinates

    id: string

    Unique identifier for the point