interface GeofenceInput {
    geofenceId: string;
    geometry: PolygonGeometry;
}

Properties

Properties

geofenceId: string
geometry: PolygonGeometry